
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
3
Pf                 @   s<   d dl mZ d dlmZmZ d dlmZ G dd deZdS )    )absolute_import)CommandSUCCESS)CommandErrorc               @   s$   e Zd ZdZdZdZdZdd ZdS )HelpCommandzShow help for commandshelpz
      %prog <command>zShow help for commands.c       	      C   s   ddl m}m} y|d }W n tk
r0   tS X ||krl||}d| g}|r^|jd|  tdj|||  }|jj	  tS )Nr   )commands_dictget_similar_commandszunknown command "%s"zmaybe you meant "%s"z - )
Zpip.commandsr   r	   
IndexErrorr   appendr   joinparserZ
print_help)	selfZoptionsargsr   r	   Zcmd_nameZguessmsgZcommand r   /usr/lib/python3.6/help.pyrun   s    


zHelpCommand.runN)__name__
__module____qualname____doc__nameZusageZsummaryr   r   r   r   r   r      s
   r   N)Z
__future__r   Zpip.basecommandr   r   Zpip.exceptionsr   r   r   r   r   r   <module>   s   