class TandaCLI::Commands::ClockIn::Photo

Defined in:

tanda_cli/commands/clock_in/photo.cr
tanda_cli/commands/clock_in/photo/clear.cr
tanda_cli/commands/clock_in/photo/list.cr
tanda_cli/commands/clock_in/photo/set.cr
tanda_cli/commands/clock_in/photo/view.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, run(arguments : Cling::Arguments, options : Cling::Options) : Nil run, run_(arguments : Cling::Arguments, options : Cling::Options) run_, setup : Nil setup, setup_ setup_, stdout(*args, **options)
stdout(*args, **options, &)
stdout

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

new(context : Context) new

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

required_scopes(*args : Scopes::OptionalScope) required_scopes

Instance methods inherited from module TandaCLI::Commands::RequiredScopes

build_missing_scopes_error_message(scopes : Array(Scopes::OptionalScope)) : String build_missing_scopes_error_message, handle_required_scopes! handle_required_scopes!, scope_message(scope_strings : Array(String)) : String scope_message

Instance Method Detail

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

[View source]
def setup_ #

[View source]