-
Hi, I'll try implement this case. but, I have no idea how to this implement.
sample code (not work)https://github.com/tobisako/rust-memo/blob/master/crates/clap/clap3/src/main.rs I can implement this case: but, not enough to me. I searched clap-examples, but I haven't idea. VersionRust: 1.45.0Clap: 2.33.3 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
default_value
anddefault_missing_value
API should help you. Please search the clap v3 docs for them.