interface ICliProgressBar {
    hide: () => void;
    isRunning: boolean;
    show: (text?: string) => void;
}

Hierarchy (View Summary)

Properties

Properties

hide: () => void

Hide the progress bar

isRunning: boolean

Indicates if the progress bar is running

show: (text?: string) => void

Show the progress bar