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
With a recent clap-rs change comes an api which makes args with multiple(true) work better in the presence of subcommands. It would be great if there was a way to enable this.
The text was updated successfully, but these errors were encountered:
With cargo update, you'll update clap to its latest version. You'll have the new way. If you need to tune that, with the latest structopt, you can use the _raw feature implemented in #26.
With a recent clap-rs change comes an api which makes args with
multiple(true)
work better in the presence of subcommands. It would be great if there was a way to enable this.The text was updated successfully, but these errors were encountered: