class TandaCLI::Commands::Mode::Custom

Defined in:

tanda_cli/commands/mode/custom.cr

Instance Method Summary

Instance methods inherited from class TandaCLI::Commands::Base

add_commands(*commands : Base.class) add_commands, before_run(arguments : Cling::Arguments, options : Cling::Options) : Bool before_run, client(*args, **options)
client(*args, **options, &)
client
, config(*args, **options)
config(*args, **options, &)
config
, context : Context context, current(*args, **options)
current(*args, **options, &)
current
, display(*args, **options)
display(*args, **options, &)
display
, input(*args, **options)
input(*args, **options, &)
input
, on_error(ex : Exception) on_error, on_invalid_option(message : String) on_invalid_option, on_missing_arguments(arguments : Array(String)) on_missing_arguments, on_missing_options(options : Array(String)) on_missing_options, on_unknown_arguments(arguments : Array(String)) on_unknown_arguments, on_unknown_options(options : Array(String)) on_unknown_options, pre_run(arguments : Cling::Arguments, options : Cling::Options) : Nil pre_run, requires_auth? : Bool requires_auth?, run(arguments : Cling::Arguments, options : Cling::Options) : Nil run, run_(arguments : Cling::Arguments, options : Cling::Options) run_, setup : Nil setup, setup_ setup_

Constructor methods inherited from class TandaCLI::Commands::Base

new(context : Context) new

Macros inherited from class TandaCLI::Commands::Base

requires_auth! requires_auth!

Instance Method Detail

def run_(arguments : Cling::Arguments, options : Cling::Options) : Nil #

[View source]
def setup_ #

[View source]