Skip to content

feat: add base flag to info command #3779

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

Merged
merged 23 commits into from
Feb 19, 2025
Merged

Conversation

SandrineP
Copy link
Member

Adds one of the missing sub-command #3535

@SandrineP SandrineP added the release::enhancements For enhancements PRs or implementing features label Jan 30, 2025
@SandrineP SandrineP marked this pull request as ready for review January 30, 2025 16:19
@jjerphan jjerphan added release::bug_fixes For PRs fixing bugs and removed release::enhancements For enhancements PRs or implementing features labels Feb 13, 2025
else:
items += ["base environment"]
if json_flag == "--json":
assert all(i in infos.keys() for i in items)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: This tests that items is a subset of infos.keys() but I guess this is sufficient

This comment also applies elsewhere.

@@ -20,7 +20,7 @@ namespace mamba

namespace detail
{
struct list_options
struct ListOptions
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree that the current *_options structs should be PascalCase-named.

@jjerphan
Copy link
Member

I am waiting for another approval before merging.

@jjerphan jjerphan merged commit 2bea5a2 into mamba-org:main Feb 19, 2025
34 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release::bug_fixes For PRs fixing bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants