mirror of
https://github.com/nushell/nushell.git
synced 2025-01-03 13:00:08 +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> {
|
||||
vec!["create", "file"]
|
||||
vec!["create", "file", "coreutils"]
|
||||
}
|
||||
|
||||
fn signature(&self) -> Signature {
|
||||
|
Loading…
Reference in New Issue
Block a user