__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
U
��.e� � @ sD d dl mZ d dlmZ d dlmZ d dlmZ G dd� de�ZdS )� )�absolute_import)�Command)�SUCCESS)�CommandErrorc @ s e Zd ZdZdZdZdd� ZdS )�HelpCommandzShow help for commandsz
%prog <command>Tc
C s� ddl m}m}m} z|d }W n tk
r8 t Y S X ||krt||�}d| g}|rf|�d| � td�|���||�} | j �
� tS )Nr )�
commands_dict�create_command�get_similar_commandszunknown command "%s"zmaybe you meant "%s"z - )Zpip._internal.commandsr r r �
IndexErrorr �appendr �join�parserZ
print_help)
�selfZoptions�argsr r r Zcmd_nameZguess�msgZcommand� r �?/usr/lib/python3.8/site-packages/pip/_internal/commands/help.py�run s
zHelpCommand.runN)�__name__�
__module__�__qualname__�__doc__ZusageZignore_require_venvr r r r r r s r N) Z
__future__r Zpip._internal.cli.base_commandr Zpip._internal.cli.status_codesr Zpip._internal.exceptionsr r r r r r �<module> s