UNPKG

@villedemontreal/scripting

Version:
9 lines 322 B
import { Program } from '@caporal/core'; /** * 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