fix some typos (#1625)
* fix some typos Signed-off-by: cuishuang <imcusg@gmail.com>
This commit is contained in:
		@ -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
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user