Module: CliFormat

Defined in:
lib/cli_format.rb,
lib/cli_format/version.rb,
lib/cli_format/presenter.rb,
lib/cli_format/autoloader.rb

Defined Under Namespace

Classes: Autoloader, Error, Presenter

Constant Summary collapse

VERSION =
"0.6.1"

Class Method Summary collapse

Class Method Details

.formatsObject

Your code goes here…



11
12
13
14
15
16
17
18
19
20
21
22
23
# File 'lib/cli_format.rb', line 11

def self.formats
  %w[
    csv
    dotenv
    equal
    info
    json
    markdown
    space
    tab
    table
  ]
end