Skip to content

Commit

Permalink
Added command: publish to fish completions (#16593)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaitsing authored Jan 23, 2025
1 parent 98c7b84 commit 7830e15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions completions/bun.fish
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7830e15

Please sign in to comment.