mirror of
https://github.com/nushell/nushell
synced 2024-12-26 13:03:07 +00:00
add coreutils to search terms
This commit is contained in:
parent
9411458689
commit
c16f49cf19
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ impl Command for UTouch {
|
||||||
}
|
}
|
||||||
|
|
||||||
fn search_terms(&self) -> Vec<&str> {
|
fn search_terms(&self) -> Vec<&str> {
|
||||||
vec!["create", "file"]
|
vec!["create", "file", "coreutils"]
|
||||||
}
|
}
|
||||||
|
|
||||||
fn signature(&self) -> Signature {
|
fn signature(&self) -> Signature {
|
||||||
|
|
Loading…
Reference in a new issue