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
Your code goes hereā¦
# File lib/cli_format.rb, line 10 def self.formats %w[csv table tab json] end