dlx completion powershell
dlx completion powershell
dlx completion powershell
generate the autocompletion script for powershell
Synopsis
Generate the autocompletion script for powershell.
To load completions in your current shell session: PS C:> dlx completion powershell | Out-String | Invoke-Expression
To load completions for every new session, add the output of the above command to your powershell profile.
dlx completion powershell [flags]
Options
--no-descriptions disable completion descriptions
Options inherited from parent commands
--debug Show all debug messages
--force-local Force using the local unix socket
-h, --help Print help
--project Override the source project
-q, --quiet Don't show progress information
-v, --verbose Show all information messages
--version Print version number
SEE ALSO
- dlx completion - generate the autocompletion script for the specified shell