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 c901a0a commit 48e553aCopy full SHA for 48e553a
internal/namespaces/autocomplete/autocomplete.go
@@ -94,6 +94,7 @@ var autocompleteScripts = map[string]autocompleteScript{
94
// alias scw='go run "$HOME"/scaleway-cli/cmd/scw/main.go'
95
// you might want to run 'compdef _scw go' during development.
96
CompleteFunc: `
97
+ autoload -U compinit && compinit
98
_scw () {
99
# splits $BUFFER, i.e. the complete command line,
100
# into shell words using shell parsing rules by Expansion Flag (z) and puts it into an array
0 commit comments