Interface: ProgressSettings
Defined in: types.ts:93
Shared option object accepted by all rules.
This same shape is also accepted by the deprecated settings.progress
fallback for backwards compatibility.
Propertiesâ
detailedSuccess?â
optional detailedSuccess?: boolean;
Defined in: types.ts:94
failureMark?â
optional failureMark?: string;
Defined in: types.ts:95
fileNameOnNewLine?â
optional fileNameOnNewLine?: boolean;
Defined in: types.ts:96
hide?â
optional hide?: boolean;
Defined in: types.ts:97
hideDirectoryNames?â
optional hideDirectoryNames?: boolean;
Defined in: types.ts:101
Legacy compatibility alias. Prefer pathFormat: "basename" instead.
hideFileName?â
optional hideFileName?: boolean;
Defined in: types.ts:102
hidePrefix?â
optional hidePrefix?: boolean;
Defined in: types.ts:103
minFilesBeforeShow?â
optional minFilesBeforeShow?: number;
Defined in: types.ts:104
mode?â
optional mode?: ProgressMode;
Defined in: types.ts:105
outputStream?â
optional outputStream?: OutputStream;
Defined in: types.ts:106
pathFormat?â
optional pathFormat?: ProgressPathFormat;
Defined in: types.ts:107
prefixMark?â
optional prefixMark?: string;
Defined in: types.ts:108
showSummaryWhenHidden?â
optional showSummaryWhenHidden?: boolean;
Defined in: types.ts:109
spinnerStyle?â
optional spinnerStyle?: SpinnerStyle;
Defined in: types.ts:110
successMark?â
optional successMark?: string;
Defined in: types.ts:111
successMessage?â
optional successMessage?: string;
Defined in: types.ts:112
throttleMs?â
optional throttleMs?: number;
Defined in: types.ts:113
ttyOnly?â
optional ttyOnly?: boolean;
Defined in: types.ts:114