mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 17:30:59 +01:00
17 lines
317 B
ReStructuredText
17 lines
317 B
ReStructuredText
**Added:**
|
|
|
|
* New ``xonsh.proc.uncapturable()`` decorator for declaring that function
|
|
aliases should not be run in a captured subprocess.
|
|
|
|
**Changed:** None
|
|
|
|
**Deprecated:** None
|
|
|
|
**Removed:** None
|
|
|
|
**Fixed:**
|
|
|
|
* Fixed some issues with subprocess capturing aliases that it probably
|
|
shouldn't.
|
|
|
|
**Security:** None
|