class Launch::CLI::MainCommand::Plugin::Options
- Launch::CLI::MainCommand::Plugin::Options
- Command::Options
- Cli::OptionModel
- Optarg::Model
- Reference
- Object
Overview
The dedicated Cli::OptionModel subclass for the Plugin
class.
This class is automatically defined by the Crystal CLI library.
Defined in:
launch/cli/commands/plugin.cr:9launch/cli/commands/plugin.cr:10
Instance Method Summary
-
#name
Returns the NAME argument value.
-
#name?
Returns the NAME argument value.
-
#u?
Returns the -u option value.
-
#uninstall?
Returns the -u option value.
Instance Method Detail
def name
#
Returns the NAME argument value.
This method is automatically defined by the optarg library.
def name?
#
Returns the NAME argument value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
def uninstall?
#
Returns the -u option value.
This method is automatically defined by the optarg library.