summaryrefslogtreecommitdiffstats
path: root/goctl_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'goctl_test.go')
-rw-r--r--goctl_test.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/goctl_test.go b/goctl_test.go
index dce75e7..1ab0238 100644
--- a/goctl_test.go
+++ b/goctl_test.go
@@ -22,6 +22,10 @@ func (th testHandler) Name() string {
return th.name
}
+func (th testHandler) Help() string {
+ return ""
+}
+
func (th testHandler) Run(gc *Goctl, args []string) string {
return th.fn(gc, args)
}