Skip to main content
Module

x/deno/tools/release/deps.ts>dax.ProgressOptions

A modern runtime for JavaScript and TypeScript.
Latest
interface dax.ProgressOptions
Re-export
import { type dax } from "https://deno.land/x/deno@v1.41.0/tools/release/deps.ts";
const { ProgressOptions } = dax;

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.