class Launch::CLI::MainCommand::Plugin::Options

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:9
launch/cli/commands/plugin.cr:10

Instance Method Summary

Instance methods inherited from class Object

blank? blank?, present? present?

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 u? #

Returns the -u option value.

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.