github.com/artpar/rclone@v1.67.3/docs/content/commands/rclone_completion_powershell.md (about) 1 --- 2 title: "rclone completion powershell" 3 description: "Output powershell completion script for rclone." 4 slug: rclone_completion_powershell 5 url: /commands/rclone_completion_powershell/ 6 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/completion/powershell/ and as part of making a release run "make commanddocs" 7 --- 8 # rclone completion powershell 9 10 Output powershell completion script for rclone. 11 12 ## Synopsis 13 14 15 Generate the autocompletion script for powershell. 16 17 To load completions in your current shell session: 18 19 rclone completion powershell | Out-String | Invoke-Expression 20 21 To load completions for every new session, add the output of the above command 22 to your powershell profile. 23 24 If output_file is "-" or missing, then the output will be written to stdout. 25 26 27 ``` 28 rclone completion powershell [output_file] [flags] 29 ``` 30 31 ## Options 32 33 ``` 34 -h, --help help for powershell 35 ``` 36 37 38 See the [global flags page](/flags/) for global options not listed here. 39 40 # SEE ALSO 41 42 * [rclone completion](/commands/rclone_completion/) - Output completion script for a given shell. 43