{
  "version": {
    "alias": "v",
    "desc": "Print the version.",
    "type": "boolean"
  },
  "help": {
    "alias": "h",
    "desc": "Display this help text.",
    "type": "boolean"
  },
  "scan": {
    "alias": "s",
    "desc": "Scan target project directory.",
    "type": "string"
  },
  "ignore": {
    "desc": "Ignore directories when scan.",
    "type": "array"
  },
  "supportExts": {
    "desc": "Support file ext list. (example: jsx css html ...)",
    "type": "array"
  },
  "framework": {
    "desc": "Target project framework, default is `react`",
    "type": "string"
  },
  "languageType": {
    "desc": "Target project languageType(js or ts), default is `js`",
    "type": "string"
  }
}
