class

Db::Redo

Inherits BaseTask < LuckyTask::Task < Reference < Object

Constants

PARSER_OPTS = [] of Symbol

Class methods

task_help_message

The help text to be displayed when a help flag is passed in (e.g. -h, --help) Use the help_message

Source
task_name

The name of your task as derived by the class name Use the task_name macro to define a custom task name

Source
task_summary

By default, task summaries are optional. Use the summary macro to define a custom summary

Source

Instance methods

option_parser
option_parser=(option_parser : OptionParser)
output
output=(output : IO)
run_task
Source