PHP 7.4.33
Preview: main.py Size: 405 B
//usr/lib/python3/dist-packages/certbot/main.py
"""Certbot main public entry point."""
from certbot._internal import main as internal_main


def main(cli_args=None):
    """Run Certbot.

    :param cli_args: command line to Certbot, defaults to ``sys.argv[1:]``
    :type cli_args: `list` of `str`

    :returns: value for `sys.exit` about the exit status of Certbot
    :rtype: `str` or `int` or `None`

    """
    return internal_main.main(cli_args)

Directory Contents

Dirs: 6 × Files: 11
Name Size Perms Modified Actions
compat DIR
- drwxr-xr-x 2023-04-05 06:35:49
Edit Download
display DIR
- drwxr-xr-x 2023-04-05 06:35:49
Edit Download
plugins DIR
- drwxr-xr-x 2023-04-05 06:35:49
Edit Download
tests DIR
- drwxr-xr-x 2023-04-05 06:35:49
Edit Download
_internal DIR
- drwxr-xr-x 2023-04-05 06:35:49
Edit Download
- drwxr-xr-x 2023-04-05 06:35:49
Edit Download
1.62 KB lrw-r--r-- 2021-11-02 21:27:18
Edit Download
10.18 KB lrw-r--r-- 2021-11-02 21:27:18
Edit Download
23.83 KB lrw-r--r-- 2021-11-02 21:27:18
Edit Download
2.53 KB lrw-r--r-- 2021-11-02 21:27:18
Edit Download
16.59 KB lrw-r--r-- 2021-11-02 21:27:18
Edit Download
405 B lrw-r--r-- 2021-11-02 21:27:18
Edit Download
14.58 KB lrw-r--r-- 2021-11-02 21:27:18
Edit Download
21.15 KB lrw-r--r-- 2021-11-02 21:27:18
Edit Download
424 B lrw-r--r-- 2021-11-02 21:27:18
Edit Download
20.31 KB lrw-r--r-- 2021-11-02 21:27:18
Edit Download
113 B lrw-r--r-- 2021-11-02 21:27:19
Edit Download
If ZipArchive is unavailable, a .tar will be created (no compression).