sbx completion powershell
| 内容説明 | Generate the autocompletion script for powershell |
|---|---|
| 利用方法 | sbx completion powershell [flags] |
Description
Generate the autocompletion script for powershell.
To load completions in your current shell session:
sbx completion powershell | Out-String | Invoke-Expression
To load completions for every new session, add the output of the above command to your powershell profile.
Options
| オプション | デフォルト | 内容説明 |
|---|---|---|
--no-descriptions | disable completion descriptions |
Global options
| オプション | デフォルト | 内容説明 |
|---|---|---|
-D, --debug | Enable debug logging |