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

Decouple profile listing from profile selecting on CLI #2721

Merged
merged 1 commit into from Nov 23, 2022

Conversation

ssbarnea
Copy link
Member

@ssbarnea ssbarnea commented Nov 23, 2022

This change removes a tricky argparse hack we used in order to allow use of -P for both profile listing and profile selection. New options are separated and similar with other linter commands.

  • -P or --list-profiles to list profiles
  • --profile to select a profile

This change removes a tricky argparse hack we used in order to allow
use of `-P` for both profile listing and profile selection. New
options are separated and similar with other linter commands.

-P and --list-profiles to list profiles
--profile to select a profile
@ssbarnea ssbarnea merged commit 9d10bcc into ansible:main Nov 23, 2022
@ssbarnea ssbarnea deleted the fix/profile-listing branch November 23, 2022 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants