Method: U3dCore::Shell#command

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

#command(message) ⇒ Object



109
110
111
# File 'lib/u3d_core/ui/implementations/shell.rb', line 109

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