add docs/api file for main, and fix up main comment

This commit is contained in:
Erica Portnoy 2019-11-22 17:44:41 -08:00
parent e4d1121cc4
commit 24becc5a37
2 changed files with 6 additions and 1 deletions

View file

@ -9,7 +9,7 @@ logger = logging.getLogger(__name__)
def main(cli_args=None):
"""Shim around internal main script execution.
"""Command line argument parsing and main script execution.
:returns: result of requested command

View file

@ -0,0 +1,5 @@
:mod:`certbot.main`
------------------------------
.. automodule:: certbot.main
:members: