class CliMate::HistoryCommand

Defined in:

cli.cr

Constructors

Instance Method Summary

Instance methods inherited from class CliMate::Command

category category, desc desc, execute(opts : Nil | CliMate::Options, args) execute, prepare prepare, run(opts, args) run, show_help show_help, show_subcommands_help(indent, margin) show_subcommands_help, show_usage show_usage, usage usage

Constructor methods inherited from class CliMate::Command

new(pull : JSON::PullParser)
new(runner : CliMate::Runner)
new

Instance methods inherited from module CliMate::CommonDeclarations

commands commands, commands=(commands) commands=, default default, name name, parser_options(parser) parser_options

Instance methods inherited from module CliMate::Helpers

ask ask, blurt(*args) blurt, say(*args) say, silent(value) silent, stop(code = 1) stop

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def category #

[View source]
def desc #

[View source]
def run(opts, args) #

[View source]