dthree/vorpal

.catch should not trigger on a command group

Open

#64 建立於 2015年12月21日

在 GitHub 查看
 (2 留言) (1 反應) (0 負責人)JavaScript (5,609 star) (313 fork)batch import
bughelp wanted

描述

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.

貢獻者指南