Method: App::Terminal.format_command

Defined in:
lib/core/terminal.rb

.format_command(command_name) ⇒ Object

Returns command name in consistent, uniform manner.

Returns:

  • String



190
191
192
# File 'lib/core/terminal.rb', line 190

def self.format_command(command_name)
    "\x1B[38;5;220m#{command_name}\x1B[0m"
end