Closed baptistemehat closed 2 weeks ago
The clap Builder syntax is currently used for creating the parser but this syntax is quite verbose and won't scale well as new features will be added to the project.
The Derive syntax from clap is much clearer in my sense: https://docs.rs/clap/latest/clap/_derive/index.html
The clap Builder syntax is currently used for creating the parser but this syntax is quite verbose and won't scale well as new features will be added to the project.
The Derive syntax from clap is much clearer in my sense: https://docs.rs/clap/latest/clap/_derive/index.html