-
Notifications
You must be signed in to change notification settings - Fork 0
Usage
usage: index-generator [-h] [--version] [--theme {default}] [--template TEMPLATE] [--no-recursive] [--name NAME] [--print] [--depth DEPTH] [--root ROOT] [--human] [path]
positional arguments: path Path
optional arguments: -h, --help show this help message and exit --version, -V Print version infomation and quit. --theme {default}, -t {default} Select builtin theme to generate html. --template TEMPLATE, -T TEMPLATE Custom template to generate html. --no-recursive Do not generate recursively. --name NAME, -n NAME Default output filename. --print, -P Whether to print to stdout. --depth DEPTH, -d DEPTH Set cutoff depth. --root ROOT, -r ROOT Set base root dir. --human Make size human readable.