Skip to main content
Module

x/dax/mod.ts>ProgressOptions

Cross platform shell tools for Deno inspired by zx.
Very Popular
Go to Latest
interface ProgressOptions
Re-export
import { type ProgressOptions } from "https://deno.land/x/dax@0.31.0/mod.ts";

Options for showing progress.

Properties

optional
prefix: string

Prefix message/word that will be displayed in green.

optional
message: string

Message to show after the prefix in white.

optional
length: number

Optional length if known.

If this is undefined then the progress will be indeterminate.

optional
noClear: boolean

Do not clear the progress bar when finishing it.