enum

Entrypoint::Base::Command

Inherits Enum < Comparable < Value < Object

Constants

Run = 0
Debug = 1

Instance methods

debug?

Returns true if this enum value equals Debug

Source
run?

Returns true if this enum value equals Run

Source