Share feedback
Answers are generated based on the documentation.

sbx completion powershell

DescriptionGenerate the autocompletion script for powershell
Usagesbx 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

OptionDefaultDescription
--no-descriptionsdisable completion descriptions

Global options

OptionDefaultDescription
-D, --debugEnable debug logging