未验证 提交 0309fa8f 编写于 作者: F Frost Ming

Skip special key

上级 f8f93cea
......@@ -141,6 +141,8 @@ class Command(BaseCommand):
columns = ["Name", "Type", "Script", "Description"]
result = []
for name, script in project.scripts.items():
if name == "_":
continue
kind, value, options = self._normalize_script(script)
result.append((stream.green(name), kind, value, options.get("help", "")))
stream.display_columns(result, columns)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册