We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05360e9 commit ab5ad89Copy full SHA for ab5ad89
1 file changed
{{cookiecutter.repo_name}}/README.md
@@ -27,6 +27,12 @@ You can execute the `{{cookiecutter.script_name }}.py` like the following:
27
python {{cookiecutter.script_name }}.py
28
```
29
30
+To get a list of all available options run the following:
31
+
32
+```bash
33
+python {{cookiecutter.script_name }}.py --help
34
+```
35
36
## Development
37
38
### Setup environment
0 commit comments