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 early parsing of verbosity switches #1034

Merged
merged 2 commits into from
Jun 1, 2022
Merged

Conversation

mosteo
Copy link
Member

@mosteo mosteo commented Jun 1, 2022

We were recognizing them even after the subcommand. This also meant that it would have been impossible to have regular output if a -v is intended for the subcommand, e.g. in alr exec -- whatever -v.

Also bumps the clic submodule to use the hint about a global being given after the subcommand.

Fixes #1027

We were recognizing them even after the subcommand. This also meant that it
would have been impossible to have regular output if a -v is intended for the
subcommand, e.g. in `alr exec -- whatever -v`.
@mosteo mosteo marked this pull request as ready for review June 1, 2022 12:30
@mosteo mosteo requested a review from Fabien-Chouteau June 1, 2022 12:44
Fabien-Chouteau
Fabien-Chouteau previously approved these changes Jun 1, 2022
@mosteo mosteo changed the base branch from master to release/1.2 June 1, 2022 16:07
@mosteo mosteo dismissed Fabien-Chouteau’s stale review June 1, 2022 16:07

The base branch was changed.

@mosteo mosteo merged commit 2fae747 into release/1.2 Jun 1, 2022
@mosteo mosteo deleted the fix/early-global-switch branch June 1, 2022 16:08
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.

inconsistent error message on 'alr config -v'
2 participants