remove conflict with all and list
This commit is contained in:
@@ -29,8 +29,7 @@ pub struct Args {
|
||||
default_value_t = true,
|
||||
default_value_if("number", ArgPredicate::IsPresent, "false"),
|
||||
conflicts_with = "number",
|
||||
conflicts_with = "interactive",
|
||||
conflicts_with = "list"
|
||||
conflicts_with = "interactive"
|
||||
)]
|
||||
all: bool,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user