todo.md. changed a todo item

This commit is contained in:
Space-Banane
2026-05-22 22:32:35 +02:00
parent 33e8fe9315
commit 6d0b1a398b
2 changed files with 2 additions and 1 deletions

View File

@@ -12,6 +12,7 @@ class ParsedCommand:
name: CommandName
raw: str
mode: str = "summary"
mode_explicit: bool = False
full: bool = False
branch_fix: bool = False
arguments: list[str] = field(default_factory=list)