class Launch::CLI::MainCommand::Watch::Options
- Launch::CLI::MainCommand::Watch::Options
- Sentry::SentryCommand::Options
- Cli::OptionModel
- Optarg::Model
- Reference
- Object
Overview
The dedicated Cli::OptionModel subclass for the Watch
class.
This class is automatically defined by the Crystal CLI library.
Defined in:
launch/cli/commands/watch.cr:8launch/cli/commands/watch.cr:11
Instance Method Summary
-
#no_color?
Returns the --no-color option value.
Instance methods inherited from class Sentry::SentryCommand::Options
b
b,
b?
b?,
build
build,
build?
build?,
i?
i?,
info?
info?,
n
n,
n?
n?,
name
name,
name?
name?,
r
r,
r?
r?,
run
run,
run?
run?,
w
w,
watch
watch
Class methods inherited from class Sentry::SentryCommand::Options
defaults
defaults,
join_commands(command_array : Array(String)) : String
join_commands
Instance methods inherited from class Object
blank?
blank?,
present?
present?
Instance Method Detail
def no_color?
#
Returns the --no-color option value.
This method is automatically defined by the optarg library.