Module: Just::CLI
- Defined in:
- lib/just/cli.rb,
lib/just/cli/add.rb,
lib/just/cli/use.rb,
lib/just/cli/reset.rb
Defined Under Namespace
Class Method Summary collapse
Class Method Details
.error(text) ⇒ Object
13 14 15 |
# File 'lib/just/cli.rb', line 13 def self.error(text) puts Rainbow(text).red end |
.success(text) ⇒ Object
9 10 11 |
# File 'lib/just/cli.rb', line 9 def self.success(text) puts Rainbow(text).green end |