{
    "part": {
        "arg_name": "--part",
        "argDefault": "",
        "arg_help": "Default:''. Help:specify component name, run 'hb package <part_name> or hb package --part <part_name>'",
        "arg_phase": "prebuild",
        "arg_type": "str",
        "arg_attribute": {
        },
        "resolve_function": "resolve_part",
        "testFunction": ""
      },
    "output": {
        "arg_name": "--output",
        "argDefault": "",
        "arg_help": "Default:''. Help:specify the output directory, which is generated by default in the current directory",
        "arg_phase": "prebuild",
        "arg_type": "str",
        "arg_attribute": {
            "abbreviation": "-o"
          },
        "resolve_function": "resolve_output",
        "testFunction": ""
    }
}