class Cli

Defined in:

tabular.cr

Constant Summary

DESC = "Convert between CSV, JSON, YAML. The JSON is the bridge betwwen CSV and YAML."
PROGRAM = "tabular"
VERSION = "0.1.0"

Class Method Summary

Class Method Detail

def self.start(argv) #

[View source]
def self.start_parse(argv, io : IO = STDOUT) #

[View source]