xonsh/news/conda-suggest.rst
Anthony Scopatz a899553ab8 conda-suggest
2020-09-09 16:48:52 -07:00

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>