class

Amber::CLI::MainCommand::Options

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

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

This class is automatically defined by the Crystal CLI library.

Instance methods

d

Returns the -d option value.

This method is automatically defined by the optarg library.

d?

Returns the -d option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.

database

Returns the -d option value.

This method is automatically defined by the optarg library.

database?

Returns the -d option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.

r

Returns the -r option value.

This method is automatically defined by the optarg library.

r?

Returns the -r option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.

recipe

Returns the -r option value.

This method is automatically defined by the optarg library.

recipe?

Returns the -r option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.

t

Returns the -t option value.

This method is automatically defined by the optarg library.

t?

Returns the -t option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.

template

Returns the -t option value.

This method is automatically defined by the optarg library.

template?

Returns the -t option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.

Nested types