Skip to content
Bruce Zhang edited this page Jun 6, 2019 · 3 revisions
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.
Clone this wiki locally