tailorctl completion powershell
To load the completions, run:
. <(tailorctl completion powershell)
To configure your PowerShell shell to load the completions for each session, add the following to your PowerShell profile:
Windows:
cd "$env:USERPROFILE\Documents\WindowsPowerShell\Modules"
tailorctl completion >> tailorctl-completion.ps1
Linux:
cd "${XDG_CONFIG_HOME:-"$HOME/.config/"}/powershell/modules"
tailorctl completion >> tailorctl-completions.ps1
Usage
tailorctl completion powershell [flags]
Flags
-h, --help help for powershell
See also
- tailorctl completion - Generates completion scripts for shells