module Pakyow::Support::CLI

Runs a command, or block of code, with consistent command-line messaging.

Public Class Methods

style() click to toggle source
# File lib/pakyow/support/cli/style.rb, line 8
def self.style
  @style ||= Pastel.new
end