module Guard::Commander

def run_all(scopes = {})

Parameters:
  • scopes (Hash) -- hash with a Guard plugin or a group scope
def run_all(scopes = {})
  UI.clear(force: true)
  UI.action_with_scopes("Run", scopes)
  Runner.new.run(:run_all, scopes)
end