baptistemehat / forest

A terminal-based project manager
GNU General Public License v3.0
0 stars 0 forks source link

Refactor clap: switch from Builder to Derive syntax #2

Closed baptistemehat closed 2 weeks ago

baptistemehat commented 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