Closed soapy1 closed 4 days ago
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.
So, should be fixed by https://github.com/conda-incubator/conda-store/pull/981
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