mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
dont parse args for the ssh kitten as it will do so itself
This commit is contained in:
parent
46367bceed
commit
590c1bd7ad
3 changed files with 7 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ type Command struct {
|
|||
StopCompletingAtArg int
|
||||
// Consider all args as non-options args
|
||||
OnlyArgsAllowed bool
|
||||
// Pass through all args, useful for wrapper commands
|
||||
IgnoreAllArgs bool
|
||||
// Specialised arg aprsing
|
||||
ParseArgsForCompletion func(cmd *Command, args []string, completions *Completions)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue