Ben Blank
Ben Blank
## Summary This PR fixes two bugs I discovered in the Bash completions for version 0.14.0. I briefly tested the Fish completions as well, but did not see either issue...
I was trying to customize JuliaMono and, as `calt` was one of the features I was looking to remove and it was present in the "Target feature for activation" field,...
While developing #37, I found it very helpful to have a Godot project set up for the addon. Not only does this allow the addon to be easily opened in...
The documentation indicates that shell completion override functions are "passed 3 keyword arguments", but are in fact [passed *zero* keyword arguments and three *positional* arguments](https://github.com/pallets/click/blob/5dd628854c0b61bbdc07f22004c5da8fa8ee9481/src/click/core.py#L2440). 🙂
- Rule Id: [SC2148](https://www.shellcheck.net/wiki/SC2148) - [ ] https://www.shellcheck.net/ (i.e. the latest commit) currently gives no useful warnings about this *(N/A — ShellCheck.net doesn't involve filenames)* - [x] I searched through...