diff options
| author | Scott Bahling <sbahling@mudgum.net> | 2013-07-28 12:54:44 +0200 |
|---|---|---|
| committer | Scott Bahling <sbahling@mudgum.net> | 2013-07-28 12:54:44 +0200 |
| commit | 8ba0a5fe5708569b4cc948dc3460d4eb34755b23 (patch) | |
| tree | bd7674d34138a53dfcc14ef9cce004d0919cd0bb /panfry/cli.py | |
| parent | 921dd24342f9b940751ddf3f5ca73132131a4062 (diff) | |
| parent | ab77b7fcc1416c1acb8e77572db7b30c72cc5292 (diff) | |
| download | panfry-8ba0a5fe5708569b4cc948dc3460d4eb34755b23.tar.gz panfry-8ba0a5fe5708569b4cc948dc3460d4eb34755b23.tar.xz panfry-8ba0a5fe5708569b4cc948dc3460d4eb34755b23.zip | |
Merge branch 'master' of mudgum.net:panfry
Diffstat (limited to 'panfry/cli.py')
| -rwxr-xr-x | panfry/cli.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/panfry/cli.py b/panfry/cli.py index 6949474..650b724 100755 --- a/panfry/cli.py +++ b/panfry/cli.py @@ -107,6 +107,14 @@ Args: Example --pandoc-options="smart base-header-level=2" + json_toc: + flags: [--json-toc] + action: store_true + default: False + help: | + Generate toc.json file instead of toc integrated in + the html + port: flags: [-P, --port] default: 8080 @@ -129,6 +137,7 @@ Subparsers: - pub_path - templates_path - simple_toc + - json_toc - assets - clean - css |
