xonsh/news/remove-prompt-ret-code-xontrib.rst
2022-05-23 10:18:11 -04:00

26 lines
447 B
ReStructuredText

**Added:**
* <news item>
**Changed:**
* <news item>
**Deprecated:**
* <news item>
**Removed:**
* xontrib ``prompt_ret_code`` is now removed.
Now the default prompt already shows the last-return-code when the previous command fails.
Please use the new prompt fields ``last_return_code``, ``last_return_code_if_nonzero`` from
the `PR <https://github.com/xonsh/xonsh/pull/4798>`_
**Fixed:**
* <news item>
**Security:**
* <news item>