Passing Options to Homebrew Formula
Homebrew Formula can receive options via command-line arguments.
Wanted to compile and install code from a private repo and Devs may use ssh or https in their local machines. So added an option to toggle the url/remote:
# Formula/infractl.rb
clas...
arunvelsriram.dev1 min read