
    M/e1                     8    d Z ddlmZ ddlmZ erddlmZ ddZy)zSThis module contains a function to add the groups of arguments for the help
display    )TYPE_CHECKING)	VERB_HELP)helpfulNc                 @    | j                   dd        | j                   dd        | j                   dd        | j                   dd	        | j                   d
dg d       t        D ].  \  }}|j                  d|      } | j                   ||d          0 y )N
automationz-Flags for automating execution & other tweaks)descriptionsecurityz%Security parameters & server settingstestingzHThe following flags are meant for testing and integration purposes only.pathsz,Flags for changing execution paths & serversmanagezKVarious subcommands and flags are available for managing your certificates:)certificatesdeleterenewrevokereconfigure)r   verbsrealnameopts)	add_groupr   get)r   verbdocsnames       C/usr/lib/python3/dist-packages/certbot/_internal/cli/group_adder.py_add_all_groupsr      s    Gl0_`Gj.UVGi^`Gg+YZGhaJL
   :
dxx
D)$DL9:    )r   zhelpful.HelpfulArgumentParserreturnN)__doc__typingr   certbot._internal.cli.verb_helpr   certbot._internal.clir   r    r   r   <module>r#      s      5-:r   