Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ArgumentParser::NamedArg::parse_long: Fix invoking attached named args
Fixes handling of `named_arg` alias when calling `--long_name=value`. Before the fix, only `--long_name value` (without the equal sign) worked.
- Loading branch information