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
This is expected to a certain point as conda-store-server does not have a CLI per se but uses traitlets to parse and set app configurations from the command line or a config file.
We could technically add a --version flag, as we do for --standalone, but I don't think this is needed.
Ahh, I see makes sense that it's a traitlets thing. I took a little peak at the traitlets code and it looks like it does provide the --version flag already, and it's populated by the version property on the Application class.
Describe the bug
Running the command
conda-store-server --version
prints0.0
.Expected behavior
conda-store-server --version
should output the version number of the package. For exampleHow to Reproduce the problem?
To reproduce, follow the steps
The text was updated successfully, but these errors were encountered: