Class: AVM::CLI

Inherits:
Thor
  • Object
show all
Defined in:
lib/avm/cli.rb

Overview

The CLI interface

Instance Method Summary collapse

Instance Method Details

#convertObject



11
12
13
14
15
# File 'lib/avm/cli.rb', line 11

def convert
  data = $stdin.read

  pp AVM::Image.from_xml(data).to_h
end