Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: (bash) completion script is broken
The generated completion shell for at least bash is broken, the completion for other shells I haven't tested. Because the Use string was not set for the root command, an empty string was used in the generated completion script. This causes the completion script to not execute because among others the command "complete -o default -F __start_" fails because the command name parameter is missing.
- Loading branch information