class Rouge::CLI::Help

def self.doc

def self.doc
  return enum_for(:doc) unless block_given?
  yield %|usage: rougify help <command>|
  yield %||
  yield %|print help info for <command>.|
end