We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfcf973 commit ffcc5e0Copy full SHA for ffcc5e0
1 file changed
projects/Cli_todo/README.md
@@ -8,11 +8,12 @@ Install Click: `pip install click`
8
9
## How to use
10
### Running
11
-`python todo.py [command]`
+either run it from your code editor or Ide or type `python todo.py [command]` in your command line.
12
+(insted of [command] add desired command u want)
13
14
### Commands
15
|Command | Description|
16
|-------|-------|
17
|`add`| Adds a task. Prompts user for task text. |
18
|`done`| Deletes a task. Prompts user for task id. |
-|`tasks`| Displays all inputted tasks. |
19
+|`tasks`| Displays all inputted tasks. |
0 commit comments