-
-
Notifications
You must be signed in to change notification settings - Fork 10.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changing --appdir is throwing "Error: wrong constant name" #3813
Comments
I guess I should learn to read the manual. Nevermind :) |
I'm having the same trouble; and I've literally copy-pasted this command from the ¿Ayudarme? /= |
I'm actually curious about this as well. I set up the environment variable in my |
@ELLIOTTCABLE: You need to add the following line to your
Read the end of https://github.com/caskroom/homebrew-cask/blob/master/USAGE.md#options for more info. @chrischernoff : This line of the readme is a bit misleading
Actually |
That is correct, @SableRaf. I’ve proposed a small change in light of the confusion. What do you all think, is it clearer? |
That definitely helps @vitorgalvao. Although it does make me wonder if it would be useful for homebrew-cask to have its own config file. One could set options like --appdir via |
The idea has been mentioned before. I don’t think anyone opposes it (on the contrary). Care to open an issue with the suggestion? |
Why does it need to be a separate configuration file? Can we attach it somehow to the Homebrew configuration? (= |
Does Homebrew even have a configuration file? |
$ brew cask --appdir=/Applications
Error: wrong constant name --appdir=/applications
$ brew cask --version
0.9.5
The text was updated successfully, but these errors were encountered: