Move spinner and confirmation logic from Falyx to Command

This commit is contained in:
2025-05-08 00:45:24 -04:00
parent 05a7f982f2
commit 880d86d47d
9 changed files with 89 additions and 95 deletions

View File

@@ -129,7 +129,7 @@ class ExecutionContext(BaseModel):
if self.start_wall:
message.append(f"Start: {self.start_wall.strftime('%H:%M:%S')} | ")
if self.end_time:
if self.end_wall:
message.append(f"End: {self.end_wall.strftime('%H:%M:%S')} | ")
message.append(f"Duration: {summary['duration']:.3f}s | ")