This commit was merged in pull request #105.
This commit is contained in:
@@ -6,8 +6,8 @@ index 91e9276..2189230 100644
|
||||
def main(argv: list[str]) -> int:
|
||||
tlist = load()
|
||||
if not argv:
|
||||
- print("usage: python cli.py [add <title> | list | done <index>]")
|
||||
+ print("usage: python cli.py [add <title> | list | done <index> | delete <index>]")
|
||||
- print("usage: python3 cli.py [add <title> | list | done <index>]")
|
||||
+ print("usage: python3 cli.py [add <title> | list | done <index> | delete <index>]")
|
||||
return 1
|
||||
|
||||
command = argv[0]
|
||||
|
||||
Reference in New Issue
Block a user