xonsh/news/morewhich.rst

18 lines
368 B
ReStructuredText
Raw Normal View History

2016-10-06 00:43:01 -04:00
**Added:**
* Callable aliases may now take a final ``spec`` arguemnt, which is the
cooresponding ``SubprocSpec`` instance.
**Changed:**
* The ``which`` alias no longer has a trailing newline if it is captured.
This means that ``$(which cmd)`` will simply be the path to the command.
**Deprecated:** None
**Removed:** None
**Fixed:** None
**Security:** None