Method: JDC::CLI#err
- Defined in:
- lib/jdc/cli.rb
#err(msg, status = 1) ⇒ Object
339 340 341 342 |
# File 'lib/jdc/cli.rb', line 339 def err(msg, status = 1) $stderr.puts c(msg, :error) exit_status status end |
339 340 341 342 |
# File 'lib/jdc/cli.rb', line 339 def err(msg, status = 1) $stderr.puts c(msg, :error) exit_status status end |