Skip to content

Commit ab5ad89

Browse files
committed
Explained how to use --help
1 parent 05360e9 commit ab5ad89

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

{{cookiecutter.repo_name}}/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ You can execute the `{{cookiecutter.script_name }}.py` like the following:
2727
python {{cookiecutter.script_name }}.py
2828
```
2929

30+
To get a list of all available options run the following:
31+
32+
```bash
33+
python {{cookiecutter.script_name }}.py --help
34+
```
35+
3036
## Development
3137

3238
### Setup environment

0 commit comments

Comments
 (0)