class Amber::CLI::MainCommand::Exec::Options

Overview

The dedicated Cli::OptionModel subclass for the Exec class.

This class is automatically defined by the Crystal CLI library.

Defined in:

amber/cli/commands/exec.cr:7
amber/cli/commands/exec.cr:18

Instance Method Summary

Instance Method Detail

def b #

Returns the -b option value.

This method is automatically defined by the optarg library.


def b? #

Returns the -b option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.


def back #

Returns the -b option value.

This method is automatically defined by the optarg library.


def back? #

Returns the -b option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.


def code #

Returns the CODE argument value.

This method is automatically defined by the optarg library.


def code? #

Returns the CODE argument value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.


def e #

Returns the -e option value.

This method is automatically defined by the optarg library.


def e? #

Returns the -e option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.


def editor #

Returns the -e option value.

This method is automatically defined by the optarg library.


def editor? #

Returns the -e option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.


def no_color? #

Returns the --no-color option value.

This method is automatically defined by the optarg library.