chore(nx): fixed typo (#30941)
This commit is contained in:
parent
28ddb8e9e7
commit
545405ac26
@ -59,7 +59,7 @@ export const parserConfiguration: Partial<yargs.ParserConfigurationOptions> = {
|
|||||||
* parse it. The CLI will consume it and call the `.argv` to bootstrapped
|
* 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
|
* 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
|
* from the `.argv` call, so the object and it's relative scripts can
|
||||||
* le executed correctly.
|
* be executed correctly.
|
||||||
*/
|
*/
|
||||||
export const commandsObject = yargs
|
export const commandsObject = yargs
|
||||||
.parserConfiguration(parserConfiguration)
|
.parserConfiguration(parserConfiguration)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user