aobatact / clap-serde

Provides a wrapper to deserialize clap app using serde.
Apache License 2.0
22 stars 3 forks source link

Kvarray args #32

Closed aobatact closed 2 years ago

aobatact commented 2 years ago

Close #24 Close #29

args will be saved as ordered item. The old behavior can be used as args_map . Add a override_arg feature to update the argument.