diff --git a/cli/src/commands.rs b/cli/src/commands.rs index 8c52752f..972ef145 100644 --- a/cli/src/commands.rs +++ b/cli/src/commands.rs @@ -1029,21 +1029,48 @@ fn parse_find(rest: &[&str], id: &str) -> Result { let value = rest.get(1).ok_or_else(|| ParseError::MissingArguments { context: format!("find {}", locator), usage: match *locator { - "role" => "find role [action] [--name ] [--exact]", - "text" => "find text [action] [--exact]", - "label" => "find label