Get completion working for kitten ssh
This commit is contained in:
@@ -33,11 +33,11 @@ type Command struct {
|
||||
ArgCompleter CompletionFunc
|
||||
// Stop completion processing at this arg num
|
||||
StopCompletingAtArg int
|
||||
// Consider all args as non-options args
|
||||
// Consider all args as non-options args when parsing for completion
|
||||
OnlyArgsAllowed bool
|
||||
// Pass through all args, useful for wrapper commands
|
||||
IgnoreAllArgs bool
|
||||
// Specialised arg aprsing
|
||||
// Specialised arg parsing
|
||||
ParseArgsForCompletion func(cmd *Command, args []string, completions *Completions)
|
||||
|
||||
SubCommandGroups []*CommandGroup
|
||||
|
||||
Reference in New Issue
Block a user