Module: Pakyow::Support::CLI
- Defined in:
- lib/pakyow/support/cli/runner.rb,
lib/pakyow/support/cli/style.rb
Overview
Runs a command, or block of code, with consistent command-line messaging.
Defined Under Namespace
Classes: Runner
Class Method Summary collapse
Class Method Details
.style ⇒ Object
8 9 10 |
# File 'lib/pakyow/support/cli/style.rb', line 8 def self.style @style ||= Pastel.new end |