justinmayer / virtualfish

Fish shell tool for managing Python virtual environments
MIT License
1.06k stars 100 forks source link

Add a `vf version` command to see the current version of virtualfish #106

Closed alexwlchan closed 7 years ago

alexwlchan commented 7 years ago

Something like:

$ vf version
virtualfish 1.0.0

would be enough.

Hardly critical – I can get the information through pip if I’m not already in a virtualenv – but a small convenience that would make things a bit easier when I’m trying to debug/report an issue.

alexwlchan commented 7 years ago

…of course, having upgraded virtualfish and actually loaded the new version, I now see that:

$ vf
virtualfish 1.0.5
...

Oops.

(Note to self: absence of this information is a sign you need to upgrade!)