class

Sentry::SentryCommand::Options

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

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

This class is automatically defined by the Crystal CLI library.

Class methods

defaults
Source
join_commands(command_array : Array(String)) : String
Source

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.

build

Returns the -b option value.

This method is automatically defined by the optarg library.

build?

Returns the -b option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.

i?

Returns the -i option value.

This method is automatically defined by the optarg library.

info?

Returns the -i option value.

This method is automatically defined by the optarg library.

n

Returns the -n option value.

This method is automatically defined by the optarg library.

n?

Returns the -n option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.

name

Returns the -n option value.

This method is automatically defined by the optarg library.

name?

Returns the -n 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.

run

Returns the -r option value.

This method is automatically defined by the optarg library.

run?

Returns the -r option value.

Returns nil, if the value is undefined.

This method is automatically defined by the optarg library.

w

Returns the -w option value.

This method is automatically defined by the optarg library.

watch

Returns the -w option value.

This method is automatically defined by the optarg library.

Nested types