Method: U3dCore::Shell#command

Defined in:
lib/u3d_core/ui/implementations/shell.rb

#command(message) ⇒ Object



111
112
113
# File 'lib/u3d_core/ui/implementations/shell.rb', line 111

def command(message)
  log.info("$ #{message}".cyan.underline)
end