module CliFormat

Constants

VERSION

Public Class Methods

formats() click to toggle source

Your code goes here…

# File lib/cli_format.rb, line 10
def self.formats
  %w[csv table tab json]
end