提交 44a9c1ab 编写于 作者: S Steffy-zxf 提交者: wuzewu

Update the information about the command show (#7)

* Update the information about the command show

The command show can list the installed the modules and models.
上级 a30b2567
......@@ -12,7 +12,7 @@ PaddleHub为Module/Model(关于Model和Module的区别,请查看下方的介
## `show`
用于查看Module的属性,包括Module的名字、版本、描述、作者等信息
用于查看本地已安装Module的属性或者指定目录下确定的Model或者Module的属性,包括其名字、版本、描述、作者等信息
## `download`
......
......@@ -127,6 +127,7 @@ class ShowCommand(BaseCommand):
module_dir = os.path.join(cwd,
module_name) if not module_dir else module_dir
if not module_dir or not os.path.exists(module_dir):
print("%s is not existed!" % module_name)
return True
self.show_module_info(module_dir)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册