class Kommando::Cli::Release
Included Modules
Extended Modules
Defined in:
kommando/cli/release.cr
Constructors
Class Method Summary
Instance Method Summary
Instance methods inherited from module Kommando::Command
call
call
arg(*args, parse = nil, validate = nil, __file = __FILE__, __line = __LINE__, **options)
arg,
option(*args, parse = nil, validate = nil, default = nil, __file = __FILE__, __line = __LINE__, **options)
option
Constructor Detail
def self.
new(*args, **options)
#
Class Method Detail
def self.
call(args : Array(String))
#
def self.
describe(io : IO)
#
def self.
describe_options(io : IO)
#
def self.
describe_positionals(io : IO)
#
def self.
describe_usage(io : IO)
#
Instance Method Detail
def
command_name(*args, **options)
#
def
command_name(*args, **options, &)
#