class Sentry::SentryCommand::Options
- Sentry::SentryCommand::Options
- Cli::OptionModel
- Optarg::Model
- Reference
- Object
Overview
The dedicated Cli::OptionModel subclass for the SentryCommand
class.
This class is automatically defined by the Crystal CLI library.
Direct Known Subclasses
Defined in:
amber/cli/helpers/sentry.cr:6amber/cli/helpers/sentry.cr:9
Class Method Summary
Instance Method Summary
-
#b
Returns the -b option value.
-
#b?
Returns the -b option value.
-
#build
Returns the -b option value.
-
#build?
Returns the -b option value.
-
#i?
Returns the -i option value.
-
#info?
Returns the -i option value.
-
#n
Returns the -n option value.
-
#n?
Returns the -n option value.
-
#name
Returns the -n option value.
-
#name?
Returns the -n option value.
-
#r
Returns the -r option value.
-
#r?
Returns the -r option value.
-
#run
Returns the -r option value.
-
#run?
Returns the -r option value.
-
#w
Returns the -w option value.
-
#watch
Returns the -w option value.
Class Method Detail
Instance Method Detail
Returns the -b option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the -b option value.
This method is automatically defined by the optarg library.
Returns the -b option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the -i option value.
This method is automatically defined by the optarg library.
Returns the -n option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the -n option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the -r option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the -r option value.
Returns nil, if the value is undefined.
This method is automatically defined by the optarg library.
Returns the -w option value.
This method is automatically defined by the optarg library.