mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 07:42:08 -04:00
add docs/api file for main, and fix up main comment
This commit is contained in:
parent
e4d1121cc4
commit
24becc5a37
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
5
certbot/docs/api/main.rst
Normal file
5
certbot/docs/api/main.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
:mod:`certbot.main`
|
||||
------------------------------
|
||||
|
||||
.. automodule:: certbot.main
|
||||
:members:
|
||||
Loading…
Reference in a new issue