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

Switch CLI parameter parsing from Clap derive macros to builder pattern #1521

Open
rlaferla opened this issue May 12, 2023 · 1 comment
Open
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@rlaferla
Copy link
Contributor

https://rust-lang-nursery.github.io/rust-cookbook/cli/arguments.html

@rlaferla rlaferla added enhancement New feature or request good first issue Good for newcomers labels May 12, 2023
@rlaferla
Copy link
Contributor Author

The reason for this is that it is not possible to configure many CLI options using derive macros. The only way to do it is to switch to the builder pattern. And of course, the builder pattern is cleaner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant