Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes #13

Merged
merged 1 commit into from Sep 13, 2022
Merged

Changes #13

merged 1 commit into from Sep 13, 2022

Conversation

abakay
Copy link
Owner

@abakay abakay commented Sep 13, 2022

  • Upgrade clap dependency to the next minor version 3.2.x.
  • Upgrade serde_yaml dependency to the next minor version 0.9.x.
  • Upgrade derive_builder dependency to the next minor version 0.11.x.
  • Added a new setting use_arg_types to cmd parser. If that setting is set to true then use ArgAction or ValueParser type to calculate type of an argument. Default is false.

* Upgrade [clap](https://docs.rs/clap/) dependency to the next minor version `3.2.x`.
* Upgrade [serde_yaml](https://docs.rs/serde_yaml/) dependency to the next minor version `0.9.x`.
* Upgrade [derive_builder](https://docs.rs/derive_builder/) dependency to the next minor version `0.11.x`.
* Added a new setting `use_arg_types` to `cmd` parser. If that setting is set to `true` then use `ArgAction` or `ValueParser` type to calculate type of an argument. Default is `false`.
@abakay abakay merged commit 69267e2 into master Sep 13, 2022
@abakay abakay deleted the 2.4.0-r1 branch September 13, 2022 03:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant