Method: Forematter.add_command

Defined in:
lib/forematter.rb

.add_command(cmd) ⇒ Object



42
43
44
# File 'lib/forematter.rb', line 42

def add_command(cmd)
  root_command.add_command(cmd)
end