{ "clean_all": { "arg_name": "--clean-all", "argDefault": false, "arg_help": "Default:False. Help:clean all producer", "arg_phase": "deep", "arg_type": "bool", "arg_attribute": {}, "resolve_function": "resolve_clean_all", "testFunction": "TestCleanAll" }, "clean_args": { "arg_name": "--clean-args", "argDefault": true, "arg_help": "Default:True. Help:clean all args that generated by last compilation", "arg_phase": "regular", "arg_type": "bool", "arg_attribute": { }, "resolve_function": "resolve_clean_args", "testFunction": "testCleanArgs" }, "clean_out_product": { "arg_name": "--clean-out-product", "argDefault": false, "arg_help": "Default:False. Help:clean out/{product} directory that generated by last compilation", "arg_phase": "deep", "arg_type": "bool", "arg_attribute": { }, "resolve_function": "resolve_clean_out_product", "testFunction": "testCleanOutProduct" }, "clean_ccache": { "arg_name": "--clean-ccache", "argDefault": false, "arg_help": "Default:False. Help:clean .ccache directory which is in OHOS root . WARNING, clean ccache may cause something", "arg_phase": "deep", "arg_type": "bool", "arg_attribute": { }, "resolve_function": "resolve_clean_ccache", "testFunction": "testCleanCCache" } }