We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried this, but it seems it is not supported.
type argsApply struct { FindExpressions []ArgFind `arg:"positional" help:"find"` ActionExpressions []ArgAction `arg:"positional,required" help:"actions"` }
The usage prints look like it could work.
apply [FINDEXPRESSIONS [FINDEXPRESSIONS ...] ACTIONEXPRESSIONS [ACTIONEXPRESSIONS ...]]
But the unmarshaling of the "find" type creates an error and then the processing stops. I was hoping it would then switch to the next "action" type.
Question is whether this is something that should work or not.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I tried this, but it seems it is not supported.
The usage prints look like it could work.
apply [FINDEXPRESSIONS [FINDEXPRESSIONS ...] ACTIONEXPRESSIONS [ACTIONEXPRESSIONS ...]]
But the unmarshaling of the "find" type creates an error and then the processing stops.
I was hoping it would then switch to the next "action" type.
Question is whether this is something that should work or not.
The text was updated successfully, but these errors were encountered: