HEX
Server: Apache
System: Linux srv1.prosuiteplus.com 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
User: prosuiteplus (1001)
PHP: 8.3.20
Disabled: NONE
Upload Files
File: //lib/python3/dist-packages/awscli/__pycache__/commands.cpython-38.pyc
U

<�^:�@sGdd�de�ZdS)c@s^eZdZdZedd��Zejdd��Zedd��Zedd��Zd	d
�Z	dd�Z
ed
d��ZdS)�
CLICommandz�Interface for a CLI command.

    This class represents a top level CLI command
    (``aws ec2``, ``aws s3``, ``aws config``).

    cCstd��dS�N�name��NotImplementedError��self�r�1/usr/lib/python3/dist-packages/awscli/commands.pyrszCLICommand.namecCstd��dSrr)r�valuerrr	rscCs|gS�Nrrrrr	�lineage"szCLICommand.lineagecCsdd�|jD�S)NcSsg|]
}|j�qSr)r)�.0�cmdrrr	�
<listcomp>,sz,CLICommand.lineage_names.<locals>.<listcomp>)rrrrr	�
lineage_names)szCLICommand.lineage_namescCsdS)aoInvoke CLI operation.

        :type args: str
        :param args: The remaining command line args.

        :type parsed_globals: ``argparse.Namespace``
        :param parsed_globals: The parsed arguments so far.

        :rtype: int
        :return: The return code of the operation.  This will be used
            as the RC code for the ``aws`` process.

        Nr)r�argsZparsed_globalsrrr	�__call__.szCLICommand.__call__cCsdSrrrrrr	�create_help_command?szCLICommand.create_help_commandcCsiSrrrrrr	�	arg_tableDszCLICommand.arg_tableN)�__name__�
__module__�__qualname__�__doc__�propertyr�setterrrrrrrrrr	rs



rN)�objectrrrrr	�<module>�