class Rufo::Command

def run(argv)

def run(argv)
  if argv.empty?
    format_stdin
  else
    format_args argv
  end
end