enum

Crysco::CliOptions::SubCommand

Inherits Enum < Comparable < Value < Object

Constants

None = 0
Run = 1
Exec = 2

Instance methods

exec?

Returns true if this enum value equals Exec

Source
none?

Returns true if this enum value equals None

Source
run?

Returns true if this enum value equals Run

Source