提交 93bad059 编写于 作者: W wuzewu

Only search hub module in search command

上级 38b81892
......@@ -43,7 +43,8 @@ class SearchCommand(BaseCommand):
argv = ['.*']
resource_name = argv[0]
resource_list = default_hub_server.search_resource(resource_name)
resource_list = default_hub_server.search_resource(
resource_name, resource_type="Module")
if utils.is_windows():
placeholders = [20, 8, 8, 20]
else:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册