mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
fix some typos (#1625)
* fix some typos Signed-off-by: cuishuang <imcusg@gmail.com>
This commit is contained in:
parent
5b2b9e9f61
commit
81d27c8f8d
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ func (c *Command) getCompletions(args []string) (*Command, []string, ShellCompDi
|
||||||
var directive ShellCompDirective
|
var directive ShellCompDirective
|
||||||
|
|
||||||
// Note that we want to perform flagname completion even if finalCmd.DisableFlagParsing==true;
|
// Note that we want to perform flagname completion even if finalCmd.DisableFlagParsing==true;
|
||||||
// doing this allows for completion of persistant flag names even for commands that disable flag parsing.
|
// doing this allows for completion of persistent flag names even for commands that disable flag parsing.
|
||||||
//
|
//
|
||||||
// When doing completion of a flag name, as soon as an argument starts with
|
// When doing completion of a flag name, as soon as an argument starts with
|
||||||
// a '-' we know it is a flag. We cannot use isFlagArg() here as it requires
|
// a '-' we know it is a flag. We cannot use isFlagArg() here as it requires
|
||||||
|
|
Loading…
Reference in a new issue