xonsh/xontrib
Stefane Fermigier 60fecdf242
Fix error message
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".
```
2020-03-23 12:07:20 +01:00
..
autovox.py autovox: Fix algorithm to cd correctly 2020-02-03 13:25:06 -05:00
bashisms.py black 2019-10-05 20:51:30 -04:00
coreutils.py Run black on all bundled xontribs 2019-04-26 11:11:11 -04:00
distributed.py Run black on all bundled xontribs 2019-04-26 11:11:11 -04:00
free_cwd.py Run black on all bundled xontribs 2019-04-26 11:11:11 -04:00
jedi.xsh jedi: refactor completions 2019-10-02 15:01:05 -05:00
mpl.py Run black on all bundled xontribs 2019-04-26 11:11:11 -04:00
mplhooks.py Run black on all bundled xontribs 2019-04-26 11:11:11 -04:00
prompt_ret_code.xsh many test fixes 2018-09-13 14:03:35 -04:00
README interim add 2016-05-11 00:42:36 -04:00
vox.py Fix error message 2020-03-23 12:07:20 +01:00
voxapi.py Add the new path parameter to the documentation. 2019-08-15 23:23:26 +10:00
whole_word_jumping.py Run black on all bundled xontribs 2019-04-26 11:11:11 -04:00

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.