cli/init: Remove unnecessary `clap` conflict rule
This removes an unnecessary conflict rule from the mutually exclusive
arguments --private and --public. Conflict rules only need to be set
for one of the two arguments, they do not need to be set for each.
1 file changed
+1
-1
191c2879
→
43ecda9b
modified crates/radicle-cli/src/commands/init/args.rs
@@ -36,7 +36,7 @@ pub struct Args {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|