crusoe completion powershell
Generate the autocompletion script for powershell.
Usage
crusoe completion powershell [flags]
Flags
| Flag | Description |
|---|---|
-h, --help | Help for powershell |
--no-descriptions | Disable completion descriptions |
Examples
Load completions in your current shell session:
crusoe completion powershell | Out-String | Invoke-Expression
To load completions for every new session, add the output of the above command to your powershell profile.