module Spud::Help
Public Class Methods
print!()
click to toggle source
# File lib/spud/help.rb, line 11 def self.print! puts <<~HELP spud #{VERSION} usage: spud [options] <task> [args] options: -h, --help show this help dialog -w, --watch <glob> re-run task any time glob changes -i, --inspect show details about a task HELP end