Method: CF::CLI#err

Defined in:
lib/cf/cli.rb

#err(msg, status = 1) ⇒ Object



262
263
264
265
# File 'lib/cf/cli.rb', line 262

def err(msg, status = 1)
  $stderr.puts c(msg, :error)
  exit_status status
end