mirror of
https://github.com/nushell/nushell
synced 2024-12-27 21:43:09 +00:00
add wc
search term for size
and length
(#6056)
This commit is contained in:
parent
e01974b7ab
commit
3d45f77692
2 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ impl Command for Length {
|
|||
}
|
||||
|
||||
fn search_terms(&self) -> Vec<&str> {
|
||||
vec!["count", "len", "size"]
|
||||
vec!["count", "len", "size", "wc"]
|
||||
}
|
||||
|
||||
fn run(
|
||||
|
|
|
@ -25,7 +25,7 @@ impl Command for Size {
|
|||
}
|
||||
|
||||
fn search_terms(&self) -> Vec<&str> {
|
||||
vec!["count", "word", "character", "unicode"]
|
||||
vec!["count", "word", "character", "unicode", "wc"]
|
||||
}
|
||||
|
||||
fn run(
|
||||
|
|
Loading…
Reference in a new issue