aboutsummaryrefslogtreecommitdiffhomepage
path: root/command/parse_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'command/parse_test.go')
-rw-r--r--command/parse_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/command/parse_test.go b/command/parse_test.go
index 3174dccc..4bb924f4 100644
--- a/command/parse_test.go
+++ b/command/parse_test.go
@@ -289,6 +289,7 @@ func buildTestCommand(wout, wlog io.Writer) (c command.Command) {
})
c.New("empty", "empty subcommand")
+ c.New("hidden", command.UsageInternal)
c.New("join", "wraps strings.Join").
Command("out", "write result to wout", func(args []string) error {