enum

Lid::CLI::OutputFormat

Inherits Enum < Comparable < Value < Object

Constants

Terminal = 0
Json = 1
Jsonl = 2
Quiet = 3

Instance methods

json?

Returns true if this enum value equals Json

Source
jsonl?

Returns true if this enum value equals Jsonl

Source
quiet?

Returns true if this enum value equals Quiet

Source
terminal?

Returns true if this enum value equals Terminal

Source