doctorcommand
command
Diagnose and fix common Node.js, iOS and Android issues.
Anchor to optionsOptions
- Anchor to --fix--fixboolean
Attempt to fix all diagnosed issues automatically.
- Anchor to --verbose--verboseboolean
Print debugging messages.
clidoctorOptions
- --fix
Attempt to fix all diagnosed issues automatically.
boolean
- --verbose
Print debugging messages.
boolean
export interface clidoctorOptions {
/**
* Print debugging messages.
*/
'--verbose'?: boolean
/**
* Attempt to fix all diagnosed issues automatically.
*/
'--fix'?: boolean
}
Was this section helpful?
Usage
npx shop-minis doctor [options]
examples
Usage
npx shop-minis doctor [options]