lbcli completion powershell
Generates the autocompletion script for powershell.
Synopsis
Generates the autocompletion script for powershell.
To load completions in your current shell session:
lbcli completion powershell | Out-String | Invoke-ExpressionTo load completions for every new session, add the output of the above command to your powershell profile.
Example:
lbcli completion powershell [flags]| Flag | Short | Type | Default | Description |
|---|---|---|---|---|
| --help | -h | bool | Help for powershell. | |
| --no-descriptions | bool | Disable completion descriptions. |
Was this page helpful?