Skip to main content

crusoe completion powershell

Generate the autocompletion script for powershell.

Usage

crusoe completion powershell [flags]

Flags

FlagDescription
-h, --helpHelp for powershell
--no-descriptionsDisable 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.