summaryrefslogtreecommitdiffstats
path: root/goctl.go
diff options
context:
space:
mode:
Diffstat (limited to 'goctl.go')
-rw-r--r--goctl.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/goctl.go b/goctl.go
index b68734a..6379cd9 100644
--- a/goctl.go
+++ b/goctl.go
@@ -36,6 +36,7 @@ type Goctl struct {
type Handler interface {
Name() string
+ Help() string
Run(*Goctl, []string) string
}