Skip to content

Commit 7b24a89

Browse files
committed
Adjust README.md
1 parent 78f5729 commit 7b24a89

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,25 +8,25 @@
88
gh extension install yuler/gh-todo
99
```
1010

11+
## Features
12+
13+
- Simple
14+
- Easy to use via command line
15+
- Integration GitHub issues
16+
1117
## Usage
1218

1319
```bash
20+
# help
21+
gh todo --help
1422
# create `todo` repo
1523
gh todo init
1624
# show todo list
1725
gh todo
1826
# add todo item
19-
gh todo add <item>
27+
gh todo add [item]
2028
```
2129

22-
## Features
23-
24-
- Easy to use via command line
25-
26-
## Usage
27-
28-
- TODO
29-
3030
## Refs
3131

3232
- [todo.txt-cli]

0 commit comments

Comments
 (0)