rclone/docs/content/commands/rclone_completion.md

35 lines
1.1 KiB
Markdown
Raw Normal View History

2021-11-01 16:42:05 +01:00
---
title: "rclone completion"
2023-06-30 15:11:17 +02:00
description: "Output completion script for a given shell."
versionIntroduced: v1.33
2021-11-01 16:42:05 +01:00
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/completion/ and as part of making a release run "make commanddocs"
---
# rclone completion
2023-06-30 15:11:17 +02:00
Output completion script for a given shell.
2021-11-01 16:42:05 +01:00
## Synopsis
2023-06-30 15:11:17 +02:00
Generates a shell completion script for rclone.
Run with `--help` to list the supported shells.
2021-11-01 16:42:05 +01:00
## Options
```
-h, --help help for completion
```
2023-08-02 11:02:38 +02:00
2021-11-01 16:42:05 +01:00
See the [global flags page](/flags/) for global options not listed here.
2023-08-02 11:02:38 +02:00
# SEE ALSO
2021-11-01 16:42:05 +01:00
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
2023-06-30 15:11:17 +02:00
* [rclone completion bash](/commands/rclone_completion_bash/) - Output bash completion script for rclone.
* [rclone completion fish](/commands/rclone_completion_fish/) - Output fish completion script for rclone.
2023-08-02 11:02:38 +02:00
* [rclone completion powershell](/commands/rclone_completion_powershell/) - Output powershell completion script for rclone.
2023-06-30 15:11:17 +02:00
* [rclone completion zsh](/commands/rclone_completion_zsh/) - Output zsh completion script for rclone.
2021-11-01 16:42:05 +01:00