mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
28 lines
563 B
ReStructuredText
28 lines
563 B
ReStructuredText
**Added:**
|
|
|
|
* New ``tools.debian_command_not_found()`` function for finding commands in
|
|
debian/ubuntu packages.
|
|
* New ``tools.conda_suggest_command_not_found()`` function for finding commands in
|
|
conda packages.
|
|
|
|
**Changed:**
|
|
|
|
* ``command_not_found()`` is now a wrapper function that finds packages for missing
|
|
commands in a variety of locations. This function now also takes an ``env`` argument
|
|
for looking up values in the enviornment.
|
|
|
|
**Deprecated:**
|
|
|
|
* <news item>
|
|
|
|
**Removed:**
|
|
|
|
* <news item>
|
|
|
|
**Fixed:**
|
|
|
|
* <news item>
|
|
|
|
**Security:**
|
|
|
|
* <news item>
|