xonsh/news/alias_args.rst
Andy Kipp 039ce96dcd
feat: Added ability to get arguments list in ExecAlias (#4201)
* black

* news

* test

* alias_argN

* ExecAlias docs

* note about merge operator

* $args

* docs

Co-authored-by: a <a@a.a>
2021-04-15 09:39:13 -04:00

23 lines
269 B
ReStructuredText

**Added:**
* Added ability to get the arguments list in ExecAlias using ``$args`` and ``$arg<n>`` environment variables.
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* <news item>
**Fixed:**
* <news item>
**Security:**
* <news item>