powershell

nctl completion powershell

Completion Powershell Command

Generate the autocompletion script for the powershell shell.

nctl completion powershell [flags]

To load completions in the current shell session, execute the following command:

nctl completion powershell | Out-String | Invoke-Expression

To load completions for every new session, add the output of the above command to the powershell profile.

Command Options

Flags Shorthand Description
--help -h help for bash
--no-descriptions disable completion descriptions