remove conflict with all and list

This commit is contained in:
Taha Hawa 2025-04-17 18:32:25 -04:00
parent b7fcc66fa5
commit 9276ec05f0

View File

@ -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,