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

x/dax/src/console/progress/mod.ts>ProgressOptions

Cross platform shell tools for Deno inspired by zx.
Very Popular
Go to Latest
interface ProgressOptions
import { type ProgressOptions } from "https://deno.land/x/dax@0.35.0/src/console/progress/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.