These docs describe unreleased changes on master. Read the latest stable documentation.
syq completion
Generate shell completion and manage cached endpoint suggestions. See shell setup to enable completion.
syq completion <COMMAND>
| Command | Purpose |
|---|---|
completion bash | Print the Bash completion adapter |
completion zsh | Print the Zsh completion adapter |
completion fish | Print the fish completion adapter |
completion cache | Inspect or clear cached endpoint suggestions |
Help (also available on subcommands)
| Argument / option | Meaning |
|---|---|
-h, --help | Show common usage and options |
--help-all | Show all options and details |
syq completion bash
syq completion bash
syq completion zsh
syq completion zsh
syq completion fish
syq completion fish
syq completion cache
syq completion cache <COMMAND>
| Command | Purpose |
|---|---|
completion cache list | List learned endpoint suggestions, most recently used first |
completion cache forget | Forget one exact native endpoint spelling |
completion cache clear | Remove all learned endpoint suggestions |
syq completion cache list
syq completion cache list
syq completion cache forget
syq completion cache forget <ENDPOINT>
Arguments
| Argument / option | Meaning |
|---|---|
<ENDPOINT> | Endpoint to forget: [USER@]HOST[:PORT], e.g. alice@nas:2222 |
syq completion cache clear
syq completion cache clear