Module
Rubbr::Cli
In:
lib/rubbr/cli.rb
Handles command line output and input.
Methods
color?
disable_stderr
disable_stdinn
disable_stdout
error
executable?
notice
valid_executable
warning
Public Instance methods
color?
(msg, code)
disable_stderr
() {|| ...}
disable_stdinn
() {|| ...}
disable_stdout
() {|| ...}
error
(message)
executable?
(executable)
notice
(message)
valid_executable
(executable)
warning
(message)
[Validate]