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
{{ message }}
This repository was archived by the owner on Sep 14, 2023. It is now read-only.
When an argument has an _ in the docopt, deserialising it to the Args struct fails as it is looking for an argument with an _
Example error
18:10 $ cargo run -- /
Finished dev [unoptimized + debuginfo] target(s) in 0.0 secs
Running `target/debug/bar /`
Could not find argument '<foo-path>' (from struct field 'arg_foo_path').
Note that each struct field must have the right key prefix, which must
be one of `cmd_`, `flag_` or `arg_`.