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
It could be useful to add generation of autocompletion, something like this
sorry, I could create a PR, but I don't know how to test it before