class Guard::CLI

def self.help(shell, subcommand = false)

def self.help(shell, subcommand = false)
  super
  command_help(shell, default_task)
end