UNPKG

@plugjs/plug

Version:
14 lines (13 loc) 434 B
#!/usr/bin/env node import type { AbsolutePath } from './paths.ts'; interface CommandLineOptions { buildFile: AbsolutePath; watchDirs: string[]; tasks: string[]; props: Record<string, string>; listOnly: boolean; } /** Parse `perocess.argv` and return our normalised command line options */ export declare function parseCommandLine(args: string[]): CommandLineOptions; export {}; //# sourceMappingURL=cli.d.ts.map