class TerraformLandscape::CLI

def print(options)

def print(options)
  printer = Printer.new(@output)
  printer.process_stream(ARGF, options)
end