dthree/vorpal

.catch should not trigger on a command group

开放

#64 创建于 2015年12月21日

 (2 条评论) (1 个反应) (0 位负责人)JavaScript (277 个派生)batch import
bughelp wanted

仓库指标

星标
 (5,625 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

when not implementing a catch hook, typing in a command of a group gives you the help for it's subcommands.

if however you implement a catch hook, the catch hook is triggered instead.

I think it would still be useful to show the help for a command group, instead of triggering the catch.

贡献者指南