class Timberclaw::CLI

Defined in:

timberclaw/cli.cr

Constant Summary

FULL_DOC = "#{@@exec_name}\n\nUsage:\n #{@@exec_name} init\n #{@@exec_name} grab\n #{@@exec_name} --config=<file.yml>\n #{@@exec_name} -d | --debug\n #{@@exec_name} -h | --help\n #{@@exec_name} --version\n\nOptions:\n --config=<file.yml> Use specified config file.\n --version Show version."

Constructors

Instance Method Summary

Constructor Detail

def self.new(opts : Array(String)) #

[View source]

Instance Method Detail

def opts : Hash(String, Array(String) | Bool | Int32 | String | Nil) #

[View source]
def run #

[View source]