支持help命令修复

Co-Authored-By: Agent
Signed-off-by: duansizhao <duansizhao@huawei.com>
Change-Id: I988d01ee2efbee34ee41759a862dca21a56b07e1
This commit is contained in:
duansizhao
2026-05-01 17:25:27 +08:00
parent 6ee0928d08
commit 21c4f218d6
@@ -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());