Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

A modern runtime for JavaScript and TypeScript.
Go to Latest
interface dax.ProgressOptions
Re-export
import { type dax } from "https://deno.land/x/deno@v1.38.4/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.