From 7830e156505b3d00397361df0acdfb80bfb1474c Mon Sep 17 00:00:00 2001 From: tsingkwai <131563118+kwaitsing@users.noreply.github.com> Date: Thu, 23 Jan 2025 21:15:35 +0800 Subject: [PATCH] Added command: publish to fish completions (#16593) --- completions/bun.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/completions/bun.fish b/completions/bun.fish index 0a640b81b1cf98..e262bb66da4fb6 100644 --- a/completions/bun.fish +++ b/completions/bun.fish @@ -183,3 +183,4 @@ complete -c bun -n "__fish_use_subcommand" -a "unlink" -d "Unregister a local np complete -c bun -n "__fish_use_subcommand" -a "pm" -d "Additional package management utilities" -f complete -c bun -n "__fish_use_subcommand" -a "x" -d "Execute a package binary, installing if needed" -f complete -c bun -n "__fish_use_subcommand" -a "outdated" -d "Display the latest versions of outdated dependencies" -f +complete -c bun -n "__fish_use_subcommand" -a "publish" -d "Publish your package from local to npm" -f