Fix: cosmetics
This commit is contained in:
parent
9f7d2648c4
commit
fdafa8812f
20
README.md
20
README.md
@ -7,20 +7,20 @@ Gst is a cli command that consumes a remote API to achieve different actions abo
|
|||||||
We're looking for a cli command that acts like this:
|
We're looking for a cli command that acts like this:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
$ gst projects [pr]
|
$ gst projects
|
||||||
- List of projects
|
- List of projects
|
||||||
$ gst tasks [t] [--project|-pr] 11
|
$ 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 [--last]
|
$ gst stamps [--project|-p] [--last|-l]
|
||||||
- List last stamps and status (open, closed...), like a summary
|
- List last stamps and status (open, closed...), like a summary
|
||||||
$ gst start -t 212
|
$ gst addtask [--project|-p] 11 -t "Task title"
|
||||||
- Add new stamp to the task 212
|
|
||||||
$ gst stop
|
|
||||||
- Stop the last open stamp
|
|
||||||
$ gst description "Task description"
|
|
||||||
- Add description to last stamp
|
|
||||||
$ gst addtask [--project|-pr] 11 "Task title"
|
|
||||||
- Add a task to a project
|
- Add a task to a project
|
||||||
|
$ gst stamp --start -t 212 -d "stamp description"
|
||||||
|
- Add new stamp to the task 212
|
||||||
|
$ gst stamp --stop
|
||||||
|
- Stop the last open stamp
|
||||||
|
$ gst stamp --description "Task description"
|
||||||
|
- Add description to last stamp
|
||||||
```
|
```
|
||||||
|
|
||||||
## Why Rust?
|
## Why Rust?
|
||||||
|
Loading…
Reference in New Issue
Block a user