From d6d1e402bdbd25523f06f771be07c4ac0ac689fa Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 8 Mar 2026 09:47:39 +1100 Subject: [PATCH] Marked gist parameter as optional for `gh gist edit` command. Marked gist parameter as optional for `gh gist edit` command. It can be run without providing a gist selection. --- custom-completions/gh/gh-completions.nu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom-completions/gh/gh-completions.nu b/custom-completions/gh/gh-completions.nu index c53e0c935..2e840a611 100644 --- a/custom-completions/gh/gh-completions.nu +++ b/custom-completions/gh/gh-completions.nu @@ -90,7 +90,7 @@ export extern "gh gist delete" [ ] export extern "gh gist edit" [ - gist: string@"nu-complete gist list" # gist to edit + gist?: string@"nu-complete gist list" # gist to edit --add(-a): string # Add a new file to the gist --desc(-d): string # New description for the gist --filename(-f): string # Select a file to edit