UNPKG

firmament-yargs

Version:

Typescript classes for building CLI node applications

4 lines (3 loc) 130 B
export interface ProgressBar { showProgressForTask(id:string, status:string, current:number, total:number, console?:Console); }