From c16f49cf190ac0646e4283472dd5fa221cdad5ae Mon Sep 17 00:00:00 2001 From: Darren Schroeder <343840+fdncred@users.noreply.github.com> Date: Sat, 7 Dec 2024 07:20:46 -0600 Subject: [PATCH] add coreutils to search terms --- crates/nu-command/src/filesystem/utouch.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/nu-command/src/filesystem/utouch.rs b/crates/nu-command/src/filesystem/utouch.rs index 51338b20e7..b3d827f7b2 100644 --- a/crates/nu-command/src/filesystem/utouch.rs +++ b/crates/nu-command/src/filesystem/utouch.rs @@ -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 {