Your IP : 216.73.216.224


Current Path : /lib/python3/dist-packages/sos/__pycache__/
Upload File :
Current File : //lib/python3/dist-packages/sos/__pycache__/__init__.cpython-38.pyc

U

-�_g �@sjdZdZddlZddlZddlZddlmZddlmZdZ	dZ
e�e
e	�dd	�ZeZ
Gd
d�d�ZdS)zu
This module houses the i18n setup and message function. The default is to use
gettext to internationalize messages.
z4.8.2�N)�ArgumentParser)�
SosListOptionz/usr/share/locale�soscCst�t|�S�N)�gettext�dgettext�gettext_app)�msg�r
�./usr/lib/python3/dist-packages/sos/__init__.py�_defaultsrc@s0eZdZdZdd�Zdd�Zdd�Zdd	�Zd
S)�SoSaRMain entrypoint for sos from the command line

    Upon intialization, this class loads the basic option parser which will
    include the options shared by support components/subcommands. This is also
    where all subcommands present in the local installation are discovered,
    loaded, and if a matching one is found, intialized.
    c
Cs||_ddl}ddl}ddl}|jjdgf|jjddgf|jj	gfd�|_
z ddl}|jj
dgf|j
d<Wnptk
r�}zRddl}dt|j�kr�|jjgf|j
d<n$d	t|j�kr�|jjgf|j
d<n�W5d}~XYnXd
}|j
��D]F\}}|d}|�d|�d�|�}|dj}	|d
|d�|	�d�7}q�d}
|
|}
d}t|
|d�|_|j�ddt�|jjdddd�|_d|j_|j
��D]h\}}|jj ||dd|��d�}
d|�d�|
_!|
�ddt�|�"|
�|dj#|
d�|
j$|d��q�|j�%|j�|_&|�'�dS)NrZrep�cleaner�mask)�reportZclean�help�	collectorZcollectz
sos.collectorZpexpect��z, �	z<30�
z6%(prog)s <component> [options]

Available components:
z1See `sos <component> --help` for more information)�usage�epilog�action�extend�	componentzsos component to run)�dest�metavarrTzsos )�aliases�progz
 [options])�parser)r)(�cmdlineZ
sos.reportZsos.cleanerZsos.helprZ	SoSReportrZ
SoSCleanerrZ	SoSHelper�_componentsZ
sos.collectorrZSoSCollector�ModuleNotFoundErrorZsos.missing�strr	ZmissingZMissingCollectZMissingPexpect�items�insert�join�descrr �registerrZadd_subparsersZ
subparsersZrequiredZ
add_parserr�_add_common_optionsZadd_parser_optionsZset_defaults�
parse_args�args�_init_component)�selfr,r�errZ_com_stringZcom�valuer�_comr(Zusage_stringr�compZ_com_subparserr
r
r�__init__/sf
��

��
zSoS.__init__c	Cs|�d�}|jddddd�|jdtdd	d
dd�|jd
dddd�|jddddddd�|jddddddd�|jdddddd�|jdddd d!td"d#�|jd$d%d&d'd(d)d�|jd*d+d,d-d.d/gd0d1�|��}|jd2ddd3d�|jd4d5d6�|jd7d8d6�dS)9z@Adds the options shared across components to the parser
        zGlobal Optionsz--batchF�
store_truezDo not prompt interactively)�defaultrrz
--config-fileZstoreZconfig_filez/etc/sos/sos.confz$specify alternate configuration file)�typerrr5rz--debug�debugz6enable interactive debugging using the python debugger)rrrz-qz--quiet�quietzonly print fatal errors)rrr5rz-sz	--sysrootZsysrootNz!system rootdir path (default='/')z	--tmp-dirZtmp_dirz%specify alternate temporary directoryz-tz	--threadsZthreads�zNumber of threads to use)rrr5r6rz-vz	--verbose�count�	verbosityrzincrease verbosityz-zz--compression-typeZcompression_type�autoZgzipZxzzcompression technology to use)r�choicesrz	--encryptz_Encrypt the archive, either prompting for a password/key or referencing an environment variablez
--encrypt-keyz(Encrypt the archive using a GPG key-pair)rz--encrypt-passz$Encrypt the archive using a password)Zadd_argument_group�add_argumentr$�intZadd_mutually_exclusive_group)r.r Z
global_grpZencrypt_grpr
r
rr*vsj

�
�
�
�
�
�
�
�����zSoS._add_common_optionsc
Cs�|jj}||jkr"td|�d��z@|j|d}|jrLt��dksLtd��||j|j|j	�|_
WnLtk
r�}z.td|�d|���|jjr�|�t�
d�W5d}~XYnXdS)	znDetermine which component has been requested by the user, and then
        initialize that component.
        zUnknown subcommand 'z' specifiedrz*Component must be run with root privilegeszCould not initialize 'z': rN)r,rr"�printZ
root_required�os�getuid�	Exceptionr r!�
_componentr7�sys�exit)r.r1Z_to_loadr/r
r
rr-�s
zSoS._init_componentcCs|j��dSr)rD�execute)r.r
r
rrG�szSoS.executeN)�__name__�
__module__�__qualname__�__doc__r3r*r-rGr
r
r
rr
&s
G/r
)rK�__version__rArEr�argparserZsos.optionsrZgettext_dirr�bindtextdomainrZ_sosr
r
r
r
r�<module>
s