Skip to content

Commit 2a4010a

Browse files
committed
Update README.md
1 parent dd2b872 commit 2a4010a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,31 @@ prefix using `--prefix` so that PUIDs are recognizable in your workflow.
99

1010
[ffdev-1]: https://ffdev.info
1111

12+
## CLI options
13+
14+
For more information run `python combiner.py --help`.
15+
16+
<!--markdownlint-disable-->
17+
18+
```text
19+
usage: combiner [-h] [--debug] [--path PATH] [--prefix PREFIX] [--start-index START_INDEX] [--version]
20+
21+
combine development signature files into one
22+
23+
options:
24+
-h, --help show this help message and exit
25+
--debug use debug loggng
26+
--path PATH directory where the signature files are
27+
--prefix PREFIX prefix for custom puids
28+
--start-index START_INDEX
29+
integer from which to start the signature index (for DROID copy-paste)
30+
--version print version information
31+
32+
for more information visit https://github.com/ffdev-info/combiner
33+
```
34+
35+
<!--markdownlint-enable-->
36+
1237
## Developer install
1338

1439
### pip

0 commit comments

Comments
 (0)