diff options
| author | Eyal Posener <[email protected]> | 2017-05-11 20:51:33 +0300 |
|---|---|---|
| committer | Eyal Posener <[email protected]> | 2017-05-11 20:51:33 +0300 |
| commit | ba23c350c73d2dfdf071c14c22152bcaf7e7fd7b (patch) | |
| tree | 4265893d0c665ba0e763482a70c9044fa983a1ed | |
| parent | 115e175c3d254b3a4797607821a0aab6f08058bb (diff) | |
Fix comment
| -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) |
