We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5321c78 commit d3f8540Copy full SHA for d3f8540
README.md
@@ -21,12 +21,24 @@ pipx install python_cli_template
21
22
## Usage
23
24
-Print greeting:
+Greet name:
25
26
```sh
27
python_cli_template --name world
28
```
29
30
+Check version:
31
+
32
+```sh
33
+python_cli_template --version
34
+```
35
36
+See help:
37
38
39
+python_cli_template --help
40
41
42
## License
43
44
[MIT](https://github.com/remarkablemark/python_cli_template/blob/master/LICENSE)
0 commit comments