oh-my-fish / oh-my-fish-legacy

Oh My Fish!
MIT License
13 stars 2 forks source link

`omf describe` only describes uninstalled packages #563

Closed bpinto closed 9 years ago

bpinto commented 9 years ago

omf describe uses omf.list_db_packages to get the list of packages, but this removes installed packages from the list of packages.

IMO, this function by default should not skip installed packages and receive an argument that will do this instead.

sheldon commented 9 years ago

I'll fix this up :)