Repo: wheels-dev/homebrew-wheels
Current formula creates a bash wrapper that calls box wheels "$@". Change to use LuCLI:
```ruby
depends_on "lucli" # was: depends_on "commandbox"
post_install: install wheels module
system bin/"lucli", "modules", "install", "wheels",
"--url", "https://github.com/wheels-dev/wheels/archive/refs/heads/develop.tar.gz"
```
The `wheels` command stays identical for users. CommandBox continues to work for existing users.
Part of #1942
Repo:
wheels-dev/homebrew-wheelsCurrent formula creates a bash wrapper that calls
box wheels "$@". Change to use LuCLI:```ruby
depends_on "lucli" # was: depends_on "commandbox"
post_install: install wheels module
system bin/"lucli", "modules", "install", "wheels",
"--url", "https://github.com/wheels-dev/wheels/archive/refs/heads/develop.tar.gz"
```
The `wheels` command stays identical for users. CommandBox continues to work for existing users.
Part of #1942