UNPKG

@villedemontreal/scripting

Version:
9 lines 333 B
import { Program } from '@villedemontreal/caporal'; /** * Run a script or display some help, given * the specified arguments. * * The compilation must already have been done. */ export declare function main(caporal: Program, projectScriptsIndexModule: string, argv?: string[]): Promise<0 | 1>; //# sourceMappingURL=main.d.ts.map