The CLI interface
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