mirror of
https://github.com/nushell/nushell.git
synced 2025-01-20 13:19:18 +01:00
add coreutils to search terms
This commit is contained in:
parent
9411458689
commit
c16f49cf19
@ -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 New Issue
Block a user