Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
ekefan committed May 30, 2024
1 parent 2cd7dfc commit 033485a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ A minimalist command line todo application
- Receive help for using the application


## How it work in brief
## How it works in brief
panda writes to, and reads from a json file which acts a storage for the tasks.
The application reads commands from the cli and processes supported commands.
If an invalid entry is made the application returns a help information.
Now that's minimalistic.

### Supported Commands
| Commands | Use |
| Command | Use |
| :---| :--- |
| add | needs two arguments, the task in double quotes and the priority (h or l, n) |
| task | needs no argument, its is used to show the list of incompleted tasks |
Expand Down

0 comments on commit 033485a

Please sign in to comment.