Skip to content

Commit

Permalink
mise fix shell completion
Browse files Browse the repository at this point in the history
mise shell completion requires the `--include-bash-completion-lib` option, as documented [here](https://mise.jdx.dev/cli/completion.html#include-bash-completion-lib)
  • Loading branch information
robinbowes committed Dec 19, 2024
1 parent 124d7bc commit 50778e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/m/mise.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def install

system "cargo", "install", *std_cargo_args
man1.install "man/man1/mise.1"
generate_completions_from_executable(bin/"mise", "completion")
generate_completions_from_executable(bin/"mise", "completion", "--include-bash-completion-lib")
lib.mkpath
touch lib/".disable-self-update"
(share/"fish"/"vendor_conf.d"/"mise-activate.fish").write <<~FISH
Expand Down

0 comments on commit 50778e2

Please sign in to comment.