class Launch::CLI::MainCommand::Options
- Launch::CLI::MainCommand::Options
- Cli::OptionModel
- Optarg::Model
- Reference
- Object
Overview
The dedicated Cli::OptionModel subclass for the MainCommand
class.
This class is automatically defined by the Crystal CLI library.
Defined in:
launch/cli/commands.crlaunch/cli/commands/database.cr
Instance Method Summary
-
#d
Returns the -d option value.
-
#d?
Returns the -d option value.
-
#database
Returns the -d option value.
-
#database?
Returns the -d option value.
-
#r
Returns the -r option value.
-
#r?
Returns the -r option value.
-
#recipe
Returns the -r option value.
-
#recipe?
Returns the -r option value.
-
#t
Returns the -t option value.
-
#t?
Returns the -t option value.
-
#template
Returns the -t option value.
-
#template?
Returns the -t option value.
Instance Method Detail
Returns the -d option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the -d option value.
This method is automatically defined by the optarg library.
Returns the -d option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the -r option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the -r option value.
This method is automatically defined by the optarg library.
Returns the -r option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the -t option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the -t option value.
This method is automatically defined by the optarg library.
Returns the -t option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.