mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00

* catch SystemExit in ProcProxy * add test * add news * update test * Update fix-procproxy-sys-exit.rst --------- Co-authored-by: Andy Kipp <anki-code@users.noreply.github.com>
23 lines
363 B
ReStructuredText
23 lines
363 B
ReStructuredText
**Added:**
|
|
|
|
* <news item>
|
|
|
|
**Changed:**
|
|
|
|
* Now SystemExit that invoked from callable alias follows to exiting from callable alias instead of exiting the entire shell.
|
|
|
|
**Deprecated:**
|
|
|
|
* <news item>
|
|
|
|
**Removed:**
|
|
|
|
* <news item>
|
|
|
|
**Fixed:**
|
|
|
|
* Built-in commands such as `xonfig -h` and `xontrib -h` no longer cause the shell to exit.
|
|
|
|
**Security:**
|
|
|
|
* <news item>
|