From af1860c970604470992182bbfe9ecb15609a0acf Mon Sep 17 00:00:00 2001 From: Spencer Brower Date: Mon, 29 Jun 2026 18:17:16 -0400 Subject: [PATCH] fix: Removed irrelevent flags from `nushell-completion` command help text. --- cli.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli.odin b/cli.odin index 2075f92..4688d15 100644 --- a/cli.odin +++ b/cli.odin @@ -107,7 +107,7 @@ key somewhere, otherwise your data could be lost forever.`, "Generate custom completions for nushell", "", {}, - GLOBAL_FLAGS - {.Color}, + {.Help}, }, }