| Server IP : 162.19.112.25 / Your IP : 216.73.216.88 Web Server : LiteSpeed System : Linux qamar.tasjeel.ae 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64 User : archiart ( 1428) PHP Version : 8.2.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3.9/site-packages/pip/_internal/commands/__pycache__/ |
Upload File : |
a
�ljl � @ sP d dl mZ d dlmZ d dlmZ d dlmZ d dlm Z G dd� de�Z
dS ) � )�Values)�List)�Command)�SUCCESS)�CommandErrorc @ s. e Zd ZdZdZdZeee e d�dd�Z
dS )�HelpCommandzShow help for commandsz
%prog <command>T)�options�args�returnc
C s� ddl m}m}m} z|d }W n ty6 t Y S 0 ||vrz||�}d|� d�g}|rl|�d|� d�� td�|���||�} | j �
� tS )Nr )�
commands_dict�create_command�get_similar_commandszunknown command "�"zmaybe you meant "z - )Zpip._internal.commandsr r r
�
IndexErrorr �appendr �join�parser�
print_help)
�selfr r r r r
Zcmd_nameZguess�msgZcommand� r �?/usr/lib/python3.9/site-packages/pip/_internal/commands/help.py�run s
zHelpCommand.runN)�__name__�
__module__�__qualname__�__doc__�usageZignore_require_venvr r �str�intr r r r r r s r N)Zoptparser �typingr Zpip._internal.cli.base_commandr Zpip._internal.cli.status_codesr Zpip._internal.exceptionsr r r r r r �<module> s