Skip to content

Commit d3f8540

Browse files
docs(readme): update usage
1 parent 5321c78 commit d3f8540

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,24 @@ pipx install python_cli_template
2121

2222
## Usage
2323

24-
Print greeting:
24+
Greet name:
2525

2626
```sh
2727
python_cli_template --name world
2828
```
2929

30+
Check version:
31+
32+
```sh
33+
python_cli_template --version
34+
```
35+
36+
See help:
37+
38+
```sh
39+
python_cli_template --help
40+
```
41+
3042
## License
3143

3244
[MIT](https://github.com/remarkablemark/python_cli_template/blob/master/LICENSE)

0 commit comments

Comments
 (0)