Fix: README cosmetics
This commit is contained in:
parent
5087040923
commit
1a032eda8f
16
README.md
16
README.md
@ -11,16 +11,22 @@ $ gst projects
|
|||||||
- List of projects
|
- List of projects
|
||||||
$ gst tasks [--project|-p] 11 [--last|-l]
|
$ gst tasks [--project|-p] 11 [--last|-l]
|
||||||
- List of tasks, if -pr grouped per projects else just last open tasks
|
- List of tasks, if -pr grouped per projects else just last open tasks
|
||||||
$ gst stamps [--project|-p] [--last|-l]
|
```
|
||||||
- List last stamps and status (open, closed...), like a summary
|
|
||||||
|
```sh
|
||||||
$ gst addtask [--project|-p] 11 -t "Task title"
|
$ gst addtask [--project|-p] 11 -t "Task title"
|
||||||
- Add a task to a project
|
- Add a task to a project
|
||||||
$ gst stamp --start -t 212 -d "stamp description"
|
```
|
||||||
|
|
||||||
|
```sh
|
||||||
|
$ gst stamps [--project|-p] [--last|-l]
|
||||||
|
- List last stamps and status (open, closed...), like a summary
|
||||||
|
$ gst stamp --start -t 212 -d "stamp description" --dstart "20210101.." --dend "20210101.."
|
||||||
- Add new stamp to the task 212
|
- Add new stamp to the task 212
|
||||||
$ gst stamp --stop
|
$ gst stamp --stop
|
||||||
- Stop the last open stamp
|
- Stop the last open stamp
|
||||||
$ gst stamp --description "Task description"
|
$ gst stamp --update -d "stamp description" --dstart "20210101.." --dend "20210101.."
|
||||||
- Add description to last stamp
|
- Update last stamp
|
||||||
```
|
```
|
||||||
|
|
||||||
## Why Rust?
|
## Why Rust?
|
||||||
|
Loading…
Reference in New Issue
Block a user