--- sidebar_label: CLI.run --- # CLI.run() method #### Signature: ```typescript class CLI { run(argv: string[]): Promise; } ``` ## Parameters | Parameter | Type | Description | | --------- | ---------- | ----------- | | argv | string\[\] | | **Returns:** Promise<void>