We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a145b3 commit 82c569dCopy full SHA for 82c569d
internal/namespaces/autocomplete/autocomplete.go
@@ -83,7 +83,7 @@ var autocompleteScripts = map[string]autocompleteScript{
83
CompleteFunc: `
84
complete --erase --command scw;
85
complete --command scw --no-files;
86
- complete --command scw --arguments '(scw autocomplete complete fish -- (commandline) (commandline --cursor) (commandline --current-token) (commandline --tokenize --cut-at-cursor))';
+ complete --command scw --arguments '(scw autocomplete complete fish -- (commandline) (commandline --cursor) (commandline --current-token) (commandline --current-process --tokenize --cut-at-cursor))';
87
`,
88
CompleteScript: `eval (scw autocomplete script shell=fish)`,
89
ShellConfigurationFile: map[string]string{
0 commit comments