# File lib/cmdparse.rb, line 148 148: def initialize( name, has_commands, partial_commands = false ) 149: @name = name 150: @options = ParserWrapper.new 151: @has_commands = has_commands 152: @commands = Hash.new 153: @default_command = nil 154: use_partial_commands( partial_commands ) 155: end