Module: IV::CLI::Formatter
- Defined in:
- lib/iv-cli/formatter.rb
Defined Under Namespace
Classes: Base, CSV, Table
Constant Summary
collapse
- COLOR_REGEX =
/\033\[[0-9;]*m/
Class Method Summary
collapse
Class Method Details
.find(formatter_type) ⇒ Object
6
7
8
|
# File 'lib/iv-cli/formatter.rb', line 6
def self.find(formatter_type)
IV::CLI::Formatter::Base.find(formatter_type)
end
|