Fix: README little cosmetic "refactor"

main
Óscar M. Lage 2021-11-16 19:37:52 +01:00
parent b21b660b30
commit dc96f2d423
1 changed files with 2 additions and 2 deletions

View File

@ -11,6 +11,8 @@ $ gst projects [pr]
- List of projects
$ gst tasks [t] [--project|-pr] 11
- List of tasks, if -pr grouped per projects else just last open tasks
$ gst stamps [--last]
- List last stamps and status (open, closed...), like a summary
$ gst start -t 212
- Add new stamp to the task 212
$ gst stop
@ -19,8 +21,6 @@ $ gst description "Task description"
- Add description to last stamp
$ gst addtask [--project|-pr] 11 "Task title"
- Add a task to a project
$ gst status [--last]
- List last stamps and status (open, closed...), like a summary
```
## Why Rust?