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

ArgumentParser::NamedArg::parse_long: Fix invoking attached named args #981

Conversation

jrohel
Copy link
Contributor

@jrohel jrohel commented Oct 18, 2023

Fixes handling of named_arg alias when calling --long_name=value. Before the fix, only --long_name value (without the equal sign) worked.

@pkratoch pkratoch self-assigned this Oct 18, 2023
Fixes handling of `named_arg` alias when calling `--long_name=value`.
Before the fix, only `--long_name value` (without the equal sign) worked.
@jrohel jrohel force-pushed the fix/ArgumentParser-alias-named_arg-parse_long branch from 99845a2 to 9516aa4 Compare October 18, 2023 10:45
@pkratoch pkratoch added this pull request to the merge queue Oct 18, 2023
Merged via the queue into rpm-software-management:main with commit 07b2a7f Oct 18, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants