-
Notifications
You must be signed in to change notification settings - Fork 25
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
add subcommand plugin for repoquery #258
Conversation
That's a nice surprise! <3 |
Looks awesome! And makes perfect sense that this plugin would include repoquery since it's in mamba/micromamba. |
Failures in upstream are unrelated, and caused by conda/conda#9614 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some nits around help texts and return values.
"--installed", | ||
action="store_true", | ||
default=True, | ||
help=argparse.SUPPRESS, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason to suppress this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just copied over from the original mamba module 🤷
Co-authored-by: Jannis Leidel <[email protected]>
Description
We had the backend bits but not the CLI :)
This could be merged with
conda search
too.Checklist - did you ...
news
directory (using the template) for the next release's release notes?