Skip to content llms.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-descriptionsboolNodisable completion descriptions
FlagTypeDefaultRequiredDescription
--jsonboolNoOutput in JSON format
--no-colorboolNoDisable color output
-q, --quietboolNoSuppress non-essential output
-v, --verboseboolNoVerbose output

Source