Permalink
Browse files
DOC: Mention website docs in CLI help (#58)
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+1
−0
pdoc/cli.py
|
|
@@ -17,6 +17,7 @@ |
|
|
|
|
|
|
|
parser = argparse.ArgumentParser( |
|
|
|
description="Automatically generate API docs for Python modules.", |
|
|
|
epilog="Further documentation is available at <https://pdoc3.github.io/pdoc/doc>.", |
|
|
|
) |
|
|
|
aa = parser.add_argument |
|
|
|
mode_aa = parser.add_mutually_exclusive_group().add_argument |
|
|
|
0 comments on commit
ee41a37