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
I thought this may just not be possible because of the ambiguous situation cargo run --example --test, but I see that clap already rejects this, requiring it to be written as cargo run --example=--test.
If you do
cargo run --example
, you will get an error saying that a value was expected, but none was supplied.It would be great if you also got a list of the available examples.
I'm not sure if
clap
currently supports this functionality, eitherexample
is missing a value.The text was updated successfully, but these errors were encountered: