Method: Nginxtra::Error::Base#output

Defined in:
lib/nginxtra/error.rb

#output(thor) ⇒ Object



10
11
12
13
# File 'lib/nginxtra/error.rb', line 10

def output(thor)
  options = @options || { header: message }
  Nginxtra::Error.print_error thor, options
end