Method: MapTool::Command.options

Defined in:
lib/maptool/command.rb

.optionsObject



22
23
24
25
26
27
28
# File 'lib/maptool/command.rb', line 22

def self.options
    if root_command?
        DEFAULT_ROOT_OPTIONS + DEFAULT_OPTIONS
    else
        DEFAULT_OPTIONS
    end
end