Method: MapTool::Command.options
- Defined in:
- lib/maptool/command.rb
.options ⇒ Object
22 23 24 25 26 27 28 |
# File 'lib/maptool/command.rb', line 22 def self. if root_command? DEFAULT_ROOT_OPTIONS + DEFAULT_OPTIONS else DEFAULT_OPTIONS end end |