Class: Escalator::Command::Confuse::Help

Inherits:
CLAide::Help
  • Object
show all
Defined in:
lib/escalator/command/confuse.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



9
10
11
12
13
14
# File 'lib/escalator/command/confuse.rb', line 9

def message
  [
    formatted_error_message,
    "请执行: escalator confuse --help".ansi.green
  ].compact.join("\n\n").insert 0, "\n"
end