mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 00:43:49 +01:00
35 lines
1.2 KiB
Markdown
35 lines
1.2 KiB
Markdown
|
---
|
||
|
title: "rclone completion"
|
||
|
description: "generate the autocompletion script for the specified shell"
|
||
|
slug: rclone_completion
|
||
|
url: /commands/rclone_completion/
|
||
|
# autogenerated - DO NOT EDIT, instead edit the source code in cmd/completion/ and as part of making a release run "make commanddocs"
|
||
|
---
|
||
|
# rclone completion
|
||
|
|
||
|
generate the autocompletion script for the specified shell
|
||
|
|
||
|
## Synopsis
|
||
|
|
||
|
|
||
|
Generate the autocompletion script for rclone for the specified shell.
|
||
|
See each sub-command's help for details on how to use the generated script.
|
||
|
|
||
|
|
||
|
## Options
|
||
|
|
||
|
```
|
||
|
-h, --help help for completion
|
||
|
```
|
||
|
|
||
|
See the [global flags page](/flags/) for global options not listed here.
|
||
|
|
||
|
## SEE ALSO
|
||
|
|
||
|
* [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends.
|
||
|
* [rclone completion bash](/commands/rclone_completion_bash/) - generate the autocompletion script for bash
|
||
|
* [rclone completion fish](/commands/rclone_completion_fish/) - generate the autocompletion script for fish
|
||
|
* [rclone completion powershell](/commands/rclone_completion_powershell/) - generate the autocompletion script for powershell
|
||
|
* [rclone completion zsh](/commands/rclone_completion_zsh/) - generate the autocompletion script for zsh
|
||
|
|