File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments