.nh .TH "desync" "1" "Sep 2026" "desync" "" .SH NAME desync-completion-powershell - Generate the autocompletion script for powershell .SH SYNOPSIS \fBdesync completion powershell [flags]\fP .SH DESCRIPTION Generate the autocompletion script for powershell. .PP To load completions in your current shell session: .EX desync completion powershell | Out-String | Invoke-Expression .EE .PP To load completions for every new session, add the output of the above command to your powershell profile. .SH OPTIONS \fB-h\fP, \fB--help\fP[=false] help for powershell .PP \fB--no-descriptions\fP[=false] disable completion descriptions .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB--config\fP="" config file (default $HOME/.config/desync/config.json) .PP \fB--digest\fP="sha512-256" digest algorithm, sha512-256 or sha256 .PP \fB--verbose\fP[=false] verbose mode .SH SEE ALSO \fBdesync-completion(1)\fP .SH HISTORY 5-Sep-2026 Auto generated by spf13/cobra