rclone/docs/content/commands/rclone_completion.md

37 lines
1.1 KiB
Markdown
Raw Normal View History

2021-11-02 02:42:05 +11:00
---
title: "rclone completion"
2023-06-30 23:11:17 +10:00
description: "Output completion script for a given shell."
2021-11-02 02:42:05 +11:00
slug: rclone_completion
url: /commands/rclone_completion/
2023-06-30 23:11:17 +10:00
versionIntroduced: v1.33
2021-11-02 02:42:05 +11: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 23:11:17 +10:00
Output completion script for a given shell.
2021-11-02 02:42:05 +11:00
## Synopsis
2023-06-30 23:11:17 +10:00
Generates a shell completion script for rclone.
Run with `--help` to list the supported shells.
2021-11-02 02:42:05 +11:00
## Options
```
-h, --help help for completion
```
2023-08-02 19:02:38 +10:00
2021-11-02 02:42:05 +11:00
See the [global flags page](/flags/) for global options not listed here.
2023-08-02 19:02:38 +10:00
# SEE ALSO
2021-11-02 02:42:05 +11:00
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
2023-06-30 23:11:17 +10: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 19:02:38 +10:00
* [rclone completion powershell](/commands/rclone_completion_powershell/) - Output powershell completion script for rclone.
2023-06-30 23:11:17 +10:00
* [rclone completion zsh](/commands/rclone_completion_zsh/) - Output zsh completion script for rclone.
2021-11-02 02:42:05 +11:00