class Amber::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:

amber/cli/commands/plugin.cr:9
amber/cli/commands/plugin.cr:10

Instance Method Summary

Instance Method Detail

def args #

Returns the ARGS argument value.

This method is automatically defined by the optarg library.


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.