class Launch::CLI::MainCommand::Exec::Options
- Launch::CLI::MainCommand::Exec::Options
- Command::Options
- Cli::OptionModel
- Optarg::Model
- Reference
- Object
Overview
The dedicated Cli::OptionModel subclass for the Exec
class.
This class is automatically defined by the Crystal CLI library.
Defined in:
launch/cli/commands/exec.cr:7launch/cli/commands/exec.cr:18
Instance Method Summary
-
#b
Returns the -b option value.
-
#b?
Returns the -b option value.
-
#back
Returns the -b option value.
-
#back?
Returns the -b option value.
-
#code
Returns the CODE argument value.
-
#code?
Returns the CODE argument value.
-
#e
Returns the -e option value.
-
#e?
Returns the -e option value.
-
#editor
Returns the -e option value.
-
#editor?
Returns the -e option value.
-
#no_color?
Returns the --no-color option value.
Instance Method Detail
Returns the -b option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the -b option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the CODE argument value.
This method is automatically defined by the optarg library.
Returns the CODE argument value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the -e option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the -e option value.
This method is automatically defined by the optarg library.
Returns the -e option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the --no-color option value.
This method is automatically defined by the optarg library.