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

Some CLI options use underscores instead of hyphens #137

Open
ddriddle opened this issue Feb 24, 2023 · 1 comment
Open

Some CLI options use underscores instead of hyphens #137

ddriddle opened this issue Feb 24, 2023 · 1 comment
Assignees

Comments

@ddriddle
Copy link
Collaborator

http_header_factor and http_header_passcode use underscores but should use hyphens for consistency with other CLI flags:

        {
            'name': 'http_header_factor',
            'default': None,
            'help_text': 'HTTP Header to store the user\'s Duo factor'
        },
        {
            'name': 'http_header_passcode',
            'default': None,
            'help_text': 'HTTP Header to store the user\'s Duo passcode'
        },

See src/awscli_login/plugin/__init__.py.

@edthedev edthedev added this to the Usability Update 1 milestone Feb 13, 2024
Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 14 days.

@github-actions github-actions bot added the stale Closed as stale label Apr 14, 2024
@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Apr 29, 2024
@ddriddle ddriddle self-assigned this Mar 11, 2025
@ddriddle ddriddle removed the stale Closed as stale label Mar 11, 2025
@ddriddle ddriddle reopened this Mar 11, 2025
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

No branches or pull requests

2 participants