2021-11-01 23:42:05 +08:00
|
|
|
---
|
|
|
|
title: "rclone completion powershell"
|
2023-08-02 17:02:38 +08:00
|
|
|
description: "Output powershell completion script for rclone."
|
2021-11-01 23:42:05 +08:00
|
|
|
slug: rclone_completion_powershell
|
|
|
|
url: /commands/rclone_completion_powershell/
|
|
|
|
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/completion/powershell/ and as part of making a release run "make commanddocs"
|
|
|
|
---
|
|
|
|
# rclone completion powershell
|
|
|
|
|
2023-08-02 17:02:38 +08:00
|
|
|
Output powershell completion script for rclone.
|
|
|
|
|
|
|
|
## Synopsis
|
2021-11-01 23:42:05 +08:00
|
|
|
|
|
|
|
|
|
|
|
Generate the autocompletion script for powershell.
|
|
|
|
|
|
|
|
To load completions in your current shell session:
|
2022-07-10 01:08:20 +08:00
|
|
|
|
2023-08-02 17:02:38 +08:00
|
|
|
rclone completion powershell | Out-String | Invoke-Expression
|
2021-11-01 23:42:05 +08:00
|
|
|
|
|
|
|
To load completions for every new session, add the output of the above command
|
|
|
|
to your powershell profile.
|
|
|
|
|
2023-08-02 17:02:38 +08:00
|
|
|
If output_file is "-" or missing, then the output will be written to stdout.
|
|
|
|
|
2021-11-01 23:42:05 +08:00
|
|
|
|
|
|
|
```
|
2023-08-02 17:02:38 +08:00
|
|
|
rclone completion powershell [output_file] [flags]
|
2021-11-01 23:42:05 +08:00
|
|
|
```
|
|
|
|
|
2023-08-02 17:02:38 +08:00
|
|
|
## Options
|
2021-11-01 23:42:05 +08:00
|
|
|
|
|
|
|
```
|
2023-08-02 17:02:38 +08:00
|
|
|
-h, --help help for powershell
|
2021-11-01 23:42:05 +08:00
|
|
|
```
|
|
|
|
|
2023-08-02 17:02:38 +08:00
|
|
|
|
2021-11-01 23:42:05 +08:00
|
|
|
See the [global flags page](/flags/) for global options not listed here.
|
|
|
|
|
2023-06-30 21:11:17 +08:00
|
|
|
# SEE ALSO
|
2021-11-01 23:42:05 +08:00
|
|
|
|
2023-08-02 17:02:38 +08:00
|
|
|
* [rclone completion](/commands/rclone_completion/) - Output completion script for a given shell.
|
2021-11-01 23:42:05 +08:00
|
|
|
|