diff --git a/crates/nu-command/src/strings/parse.rs b/crates/nu-command/src/strings/parse.rs index 8b2323a04e..1ea2dfcd0f 100644 --- a/crates/nu-command/src/strings/parse.rs +++ b/crates/nu-command/src/strings/parse.rs @@ -19,7 +19,7 @@ impl Command for Parse { } fn search_terms(&self) -> Vec<&str> { - vec!["pattern", "match", "regex"] + vec!["pattern", "match", "regex", "str extract"] } fn signature(&self) -> nu_protocol::Signature {