periclesd / guard-flog

MIT License
4 stars 2 forks source link

Pass options to flogger #2

Open ghost opened 9 years ago

ghost commented 9 years ago

With this you can do

guard :flog, all: true, details: true do
  watch(%r{^lib/(.+)\.rb$})
end