Add redundant check for --yes and --no flags conflict
commit775e92c52e8f4ddce544c4da32d251a1bb403ff5
authorJoão M. Bezerra <marcospb19@hotmail.com>
Wed, 8 Dec 2021 03:26:05 +0000 (8 00:26 -0300)
committerJoão M. Bezerra <marcospb19@hotmail.com>
Wed, 8 Dec 2021 03:26:05 +0000 (8 00:26 -0300)
treee703fab04d3af9d6b5ea912e9c384f753e9a0e43
parentfddc79628a2be4de7c23d7366c25ad3ded25687c
Add redundant check for --yes and --no flags conflict

Should be covered by clap, but we're double checking it now
src/cli.rs