We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5ae2202 + eab12db commit 2f6a6bbCopy full SHA for 2f6a6bb
README.md
@@ -178,13 +178,13 @@ ovhcloud login
178
179
```sh
180
# Bash
181
-eval "$(./ovhcloud completion bash)"
+eval "$(ovhcloud completion bash)"
182
# Zsh
183
-eval "$(./ovhcloud completion zsh)"
+eval "$(ovhcloud completion zsh)"
184
# Fish
185
-./ovhcloud completion fish | source
+ovhcloud completion fish | source
186
# PowerShell
187
-./ovhcloud completion powershell | Out-String | Invoke-Expression
+ovhcloud completion powershell | Out-String | Invoke-Expression
188
```
189
190
Add the appropriate line to your shell’s startup file (`~/.bashrc`, `~/.zshrc`, etc.) to enable persistent autocompletion.
0 commit comments