Skip to content

Completion Powershell#

Command: completion powershell

Shorthands:

The pars completion powershell command provides autocompletion support for the pars CLI in the Fish shell. This feature enhances the user experience by allowing easy navigation and selection of commands, flags, and arguments using the Tab key.

Usage#

pars completion powershell [flags]
Example

Classic usage

pars completion powershell
# powershell completion for pars -- shell-script --

...

Register-ArgumentCompleter -CommandName 'pars' -ScriptBlock ${__parsCompleterBlock}

Flags#

Installation#

To load completions

pars completion powershell | Out-String | Invoke-Expression

This documentation provides a comprehensive overview of the pars completion powershell command, including installation instructions, usage examples, and details about global flags. By enabling autocompletion for Powershell, you can enhance your productivity and streamline your workflow with the pars CLI.