bananaml / banana-cli

Apache License 2.0
21 stars 3 forks source link

Show version in output #5

Closed djt closed 11 months ago

djt commented 1 year ago

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.

erik-dunteman commented 1 year ago

will do, thanks

johntharian commented 1 year ago

Hey, I tried solving this, I have added a pr as well https://github.com/bananaml/banana-cli/pull/22

nik-418 commented 11 months ago

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