mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
![]() The error message for `vox rm` wrongly assumed that `vox deactivate` needs an argument. Example of the error in action: ``` (jnov) fermigier@mbp-stefane-abilian ~/projects/jnov master $ vox rm jnov The "jnov" environment is currently active. In order to remove it, deactivate it first with "vox deactivate jnov". (jnov) fermigier@mbp-stefane-abilian ~/projects/jnov master $ vox deactivate jnov usage: vox [-h] {new,create,activate,workon,enter,deactivate,exit,list,ls,remove,rm,delete,del,help} ... vox: error: unrecognized arguments: jnov (jnov) fermigier@mbp-stefane-abilian ~/projects/jnov master $ vox deactivate Deactivated "jnov". ``` |
||
---|---|---|
.. | ||
autovox.py | ||
bashisms.py | ||
coreutils.py | ||
distributed.py | ||
free_cwd.py | ||
jedi.xsh | ||
mpl.py | ||
mplhooks.py | ||
prompt_ret_code.xsh | ||
README | ||
vox.py | ||
voxapi.py | ||
whole_word_jumping.py |
xontrib is an implicit namespace package. DO NOT add an __init__.py file to this directory. Feel free to add both *.xsh and *.py files to the directory, they will be installed and available.