Skip to main content

Enumeration: ConsoleMode

Defined in: api/src/state/ConsoleModeManager.ts:17

enum of all console mode options

Enumeration Members

CONTINUOUS_TEST

CONTINUOUS_TEST: "CONTINUOUS_TEST"

Defined in: api/src/state/ConsoleModeManager.ts:26

continuous test mode, no terminal output overwrite or animation, equivalent to using --sc


DEFAULT

DEFAULT: "DEFAULT"

Defined in: api/src/state/ConsoleModeManager.ts:30

the default mode, there could be terminal output overwrite and animation,


SILENT

SILENT: "SILENT"

Defined in: api/src/state/ConsoleModeManager.ts:21

mute all terminal output, equivalent to using --silent


VERBOSE

VERBOSE: "VERBOSE"

Defined in: api/src/state/ConsoleModeManager.ts:34

verbose mode, there could be terminal output overwrite and animation