mirror of
https://github.com/openharmony/ability_ability_runtime.git
synced 2026-08-24 22:21:36 -04:00
支持help命令修复
Co-Authored-By: Agent Signed-off-by: duansizhao <duansizhao@huawei.com> Change-Id: I988d01ee2efbee34ee41759a862dca21a56b07e1
This commit is contained in:
@@ -123,6 +123,7 @@ int32_t ToolUtil::ValidateInputSchemaProperties(const std::string &inputSchema,
|
||||
TAG_LOGE(AAFwkTag::CLI_TOOL, "args size > 1");
|
||||
return ERR_INVALID_PARAM;
|
||||
}
|
||||
return ERR_OK;
|
||||
}
|
||||
if (!properties.contains(key)) {
|
||||
TAG_LOGE(AAFwkTag::CLI_TOOL, "args key '%{public}s' not found in properties", key.c_str());
|
||||
|
||||
Reference in New Issue
Block a user