You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
walk is going to look in a directory called caskroom and execute the cask.tap target. Maybe we should allow escaping slashes to indicate that it's not really a directory:
walk caskroom\/cask.tap
The text was updated successfully, but these errors were encountered:
Let's say you want a Walkfile that installs homebrew taps:
Now, I want to do something like this:
walk caskroom/cask.tap
walk
is going to look in a directory calledcaskroom
and execute thecask.tap
target. Maybe we should allow escaping slashes to indicate that it's not really a directory:walk caskroom\/cask.tap
The text was updated successfully, but these errors were encountered: