Running brew create --cask <new-cask-token> results in Error
#301
-
|
Hello. I am attempting to add a new Cask under $ brew create --cask my-new-cask
...
Error: Invalid usage: The `--set-name` flag is required for creating casks.After a couple of attempts, the only command that worked was: $ brew create --cask my-new-cask --set-name my-new-caskThis last command did open my Just sharing this in case the documentation needs to be modified or the command behavior. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
|
Thanks a lot @thecesrom |
Beta Was this translation helpful? Give feedback.
Thanks a lot @thecesrom
I opened PR Homebrew/homebrew-cask#95740 to fix this