class

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

Inherits Command::Options < Cli::OptionModel < Optarg::Model < Reference < Object

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

This class is automatically defined by the Crystal CLI library.

Instance methods

b

Returns the -b option value.

This method is automatically defined by the optarg library.

b?

Returns the -b option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.

back

Returns the -b option value.

This method is automatically defined by the optarg library.

back?

Returns the -b option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.

code

Returns the CODE argument value.

This method is automatically defined by the optarg library.

code?

Returns the CODE argument value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.

e

Returns the -e option value.

This method is automatically defined by the optarg library.

e?

Returns the -e option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.

editor

Returns the -e option value.

This method is automatically defined by the optarg library.

editor?

Returns the -e option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.

no_color?

Returns the --no-color option value.

This method is automatically defined by the optarg library.

Nested types