Db::Create
Inherits BaseTask < LuckyTask::Task < Reference < Object
Constants
PARSER_OPTS = [] of Symbol
Constructors
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
task_name
The name of your task as derived by the class name
Use the task_name macro to define a custom task name
task_summary
By default, task summaries are optional.
Use the summary macro to define a custom summary
Instance methods
option_parser
option_parser=(option_parser : OptionParser)
output
output=(output : IO)
run_task
Source