You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A new command-line arg, --version, should be available to provide a convenient way for users to quickly retrieve the current version of the tool they are using. The tool should print the version number to the console and exit gracefully.
The click module provides an easy way to implement this. A custom method to return the version is required.