Powershell completionΒΆ
glctl
supports powershell completion for commands and flags.
To load completions in your current shell session
glctl completion powershell | Out-String | Invoke-Expression
Info
To load completions for every new session, add the output of the above command to your powershell profile.