use standard args rather than clap
Couldn't find an easy way to pass args around
Merge request reports
Activity
Filter activity
Please register or sign in to reply
Couldn't find an easy way to pass args around
clap eats the args with errors i.e.:
mutexec -- command -A thing -B otherthing
returns an error saying "I don't know what to do with -A nor -B"
standard args passes all the args for invocation
Not doing this as you found the right flag to ignore flags
closed