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
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.
https://rust-lang-nursery.github.io/rust-cookbook/cli/arguments.html
The text was updated successfully, but these errors were encountered: