diff options
Diffstat (limited to 'command.go')
| -rw-r--r-- | command.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |
