quarkusio / homebrew-tap

2 stars 1 forks source link

[Feature] add completions #2

Open allevimi opened 1 month ago

allevimi commented 1 month ago

It could be useful to add generation of autocompletion, something like this

  def install
    ...
    # Install shell completions
    generate_completions_from_executable(bin/"quarkus", "completion")
  end

sorry, I could create a PR, but I don't know how to test it before