From b901ff2b5299dbcca0eca2b2dff26e7406442f6a Mon Sep 17 00:00:00 2001 From: Lucas Garron Date: Sun, 19 Jan 2025 03:44:30 -0800 Subject: [PATCH] Fix `fish` completion description for `bun install --no-save` (#15456) Co-authored-by: Michael H --- completions/bun.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/bun.fish b/completions/bun.fish index a5c51aef05..0a640b81b1 100644 --- a/completions/bun.fish +++ b/completions/bun.fish @@ -33,7 +33,7 @@ function __fish__get_bun_bun_js_files end set -l bun_install_boolean_flags yarn production optional development no-save dry-run force no-cache silent verbose global -set -l bun_install_boolean_flags_descriptions "Write a yarn.lock file (yarn v1)" "Don't install devDependencies" "Add dependency to optionalDependencies" "Add dependency to devDependencies" "Don't install devDependencies" "Don't install anything" "Always request the latest versions from the registry & reinstall all dependencies" "Ignore manifest cache entirely" "Don't output anything" "Excessively verbose logging" "Use global folder" +set -l bun_install_boolean_flags_descriptions "Write a yarn.lock file (yarn v1)" "Don't install devDependencies" "Add dependency to optionalDependencies" "Add dependency to devDependencies" "Don't update package.json or save a lockfile" "Don't install anything" "Always request the latest versions from the registry & reinstall all dependencies" "Ignore manifest cache entirely" "Don't output anything" "Excessively verbose logging" "Use global folder" set -l bun_builtin_cmds_without_run dev create help bun upgrade discord install remove add init pm x set -l bun_builtin_cmds_accepting_flags create help bun upgrade discord run init link unlink pm x