module Yamli class Command def self.command_name 'yamli' end def self.run(arguments) puts arguments end end end