Skip to contentllms.txt

syllago completion powershell

syllago completion powershell [flags]

Generate the autocompletion script for powershell.

To load completions in your current shell session:

Terminal window
syllago completion powershell | Out-String | Invoke-Expression

To load completions for every new session, add the output of the above command to your powershell profile.

FlagTypeDefaultRequiredDescription
--no-descriptionsbool—Nodisable completion descriptions
FlagTypeDefaultRequiredDescription
--jsonbool—NoOutput in JSON format
--no-colorbool—NoDisable color output
-q, --quietbool—NoSuppress non-essential output
-v, --verbosebool—NoVerbose output

Source