bananaml/banana-cli

Show version in output

Closed this issue · 3 comments

djt commented

Currently need to look at pip freeze to identify the current running version. Would be great if all commands indicated current version.

Other alternative is to have banana version or banana -v.

will do, thanks

Hey, I tried solving this, I have added a pr as well #22

This has been implemented as a --version flag in a recent update using the native click package decorator. 👍