Class: AVM::CLI
- Inherits:
-
Thor
- Object
- Thor
- AVM::CLI
- Defined in:
- lib/avm/cli.rb
Overview
The CLI interface
Instance Method Summary collapse
Instance Method Details
permalink #convert ⇒ Object
[View source]
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 |