Skip to content
This repository was archived by the owner on May 25, 2022. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions projects/Cli_todo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ Install Click: `pip install click`

## How to use
### Running
`python todo.py [command]`
either run it from your code editor or Ide or type `python todo.py [command]` in your command line.
(insted of [command] add desired command u want)

### Commands
|Command | Description|
|-------|-------|
|`add`| Adds a task. Prompts user for task text. |
|`done`| Deletes a task. Prompts user for task id. |
|`tasks`| Displays all inputted tasks. |
|`tasks`| Displays all inputted tasks. |