xonsh/news/bang-commands.rst
2019-03-19 14:15:26 -04:00

6 lines
177 B
ReStructuredText

**Added:**
* Implemented the following "bang command" bashisms: ``!$``, ``$*``, ``!^``,
and ``!<str>``. These are in addition to ``!!``, which was already
implemented.