# File lib/aeolus_cli/command/cli_parser.rb, line 23 def initialize(argv=[], out=STDOUT ) @args = argv @out = out @options = {} end