LogoPolyClient

Shell completions

Overview

Shell completions improve the usability of the polyclient CLI by enabling tab-based autocompletion for commands and arguments. This makes navigation faster, reduces typing errors, and enhances productivity. The following instructions will help you enable shell completions for your preferred shell.

Bash

polyclient completion bash | sudo tee /etc/bash_completion.d/polyclient

Zsh

polyclient completion zsh > ~/.zshrc
source ~/.zshrc

Fish

polyclient completion fish > ~/.config/fish/completions/polyclient.fish

Powershell

polyclient completion powershell | Out-String | Invoke-Expression

On this page