Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix different behavior between --version and -V options #2539

Merged
merged 2 commits into from
May 24, 2023

Conversation

alaniwi
Copy link
Contributor

@alaniwi alaniwi commented May 23, 2023

Fix a little bug where mamba --version was displaying the mamba version but mamba -V was not (despite the two options being described as equivalent in the mamba -h output).

For completeness, I've tested it as follows:

  • install miniforge (without mamba)
  • activate base env
  • conda install libmambapy
  • python setup.py install
  • try mamba -V and mamba --version (and a couple of unrelated options)

Thanks to @jaimergp for identifying which line of code needed to be fixed.

@Hind-M Hind-M merged commit dac8bfd into mamba-org:main May 24, 2023
20 checks passed
@Hind-M
Copy link
Member

Hind-M commented May 24, 2023

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants