bananaml / banana-cli

Apache License 2.0
21 stars 3 forks source link

added command for getting version #22

Closed johntharian closed 11 months ago

johntharian commented 1 year ago

What is this?

Added command for getting banana version

Why?

No command exists for getting banana version A solution to issue: https://github.com/bananaml/banana-cli/issues/5

How did you test to ensure no regressions?

N/A

If this is a new feature what is one way you can make this break?

By deleting the info.json file

The info.json file can be used to modify name, version, description, etc.

nik-418 commented 11 months ago

Thanks for the this PR; however, this has been implemented as a --version flag in a recent update using the native click package decorator. 👍 Closing.