You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixup: read --format from parent ArgMatches; avoid variable shadowing
Rename the subcommand ArgMatches variable from `matches` to `sub_matches`
so the outer `matches` is still in scope. Read the global --format flag
from the parent matches rather than the subcommand matches, ensuring clap
v4 correctly resolves the globally-defined argument.
0 commit comments