jobman completion powershell
Generate the autocompletion script for powershell
Synopsis
Generate the autocompletion script for powershell.
To load completions in your current shell session:
jobman completion powershell | Out-String | Invoke-Expression
To load completions for every new session, add the output of the above command to your powershell profile.
jobman completion powershell [flags]
Options
-h, --help help for powershell
--no-descriptions disable completion descriptions
Global options
--config string use an explicit YAML configuration file
--state-dir string override the per-user state directory
Related commands
- jobman completion - Generate the autocompletion script for the specified shell