Skip to content

hiralsinghal/resolution-python-week1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

57ec0e7 · · Mar 24, 2026

History

4 Commits
Mar 14, 2026
Mar 14, 2026
Mar 14, 2026
Mar 24, 2026
Mar 14, 2026

Repository files navigation

To-Do CLI

I made my first ever CLI program with argparse. Its a to-do list CLI.

Commands

python main.py task [task_name] will add task. python main.py -c [task_id] will mark the task as complete. python main.py -d [task_id] will delete the task. python main.py -l will list all the tasks. python main.py -v will tell you the version of the program.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages