mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 00:54:56 +02:00
Tidy up help command text (#2566)
This commit is contained in:
@ -10,7 +10,7 @@ use regex::Regex;
|
||||
impl Plugin for Match {
|
||||
fn config(&mut self) -> Result<Signature, ShellError> {
|
||||
Ok(Signature::build("match")
|
||||
.desc("filter rows by regex")
|
||||
.desc("Filter rows by Regex pattern")
|
||||
.required("member", SyntaxShape::String, "the column name to match")
|
||||
.required("regex", SyntaxShape::String, "the regex to match with")
|
||||
.filter())
|
||||
|
Reference in New Issue
Block a user