From ba23c350c73d2dfdf071c14c22152bcaf7e7fd7b Mon Sep 17 00:00:00 2001 From: Eyal Posener Date: Thu, 11 May 2017 20:51:33 +0300 Subject: [PATCH] Fix comment --- command.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command.go b/command.go index 6557162..80b2f99 100644 --- a/command.go +++ b/command.go @@ -51,7 +51,7 @@ func (c *Command) predict(a Args) (options []string, only bool) { options = append(options, c.subCommands(a.Last)...) } - // add global available complete Predict + // add global available complete options for flag := range c.Flags { if match.Prefix(flag, a.Last) { options = append(options, flag)