Skip to content
Permalink
Browse files

add epilog to cli

  • Loading branch information...
cs01 committed May 1, 2019
1 parent 162d39d commit 245ca158eb023ebf3d19f21b82cb0c4c7fcd438e
Showing with 8 additions and 1 deletion.
  1. +8 −1 pdoc/cli.py
@@ -16,7 +16,14 @@
import pdoc

parser = argparse.ArgumentParser(
description="Automatically generate API docs for Python modules."
description=(
"Automatically generate API docs for Python modules. "
"Documentation is available at https://pdoc3.github.io/pdoc/doc/pdoc/."
),
epilog=(
"Missing something? Additional pdoc settings and configurations are "
"documented at https://pdoc3.github.io/pdoc/doc/pdoc/"
),
)
aa = parser.add_argument
mode_aa = parser.add_mutually_exclusive_group().add_argument

0 comments on commit 245ca15

Please sign in to comment.
You can’t perform that action at this time.