class Amber::CLI::MainCommand::Watch::Options

Overview

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

This class is automatically defined by the Crystal CLI library.

Defined in:

amber/cli/commands/watch.cr:8
amber/cli/commands/watch.cr:11

Instance Method Summary

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 Method Detail

def no_color? #

Returns the --no-color option value.

This method is automatically defined by the optarg library.