You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

11 lines
538 B

import * as yargs from 'yargs';
export declare const parserConfiguration: Partial<yargs.ParserConfigurationOptions>;
/**
* Exposing the Yargs commands object so the documentation generator can
* parse it. The CLI will consume it and call the `.argv` to bootstrapped
* the CLI. These command declarations needs to be in a different file
* from the `.argv` call, so the object and it's relative scripts can
* be executed correctly.
*/
export declare const commandsObject: yargs.Argv<unknown>;
//# sourceMappingURL=nx-commands.d.ts.map