github.com/rclone/rclone@v1.66.1-0.20240517100346-7b89735ae726/docs/content/commands/rclone_completion.md (about)

     1  ---
     2  title: "rclone completion"
     3  description: "Output completion script for a given shell."
     4  slug: rclone_completion
     5  url: /commands/rclone_completion/
     6  versionIntroduced: v1.33
     7  # autogenerated - DO NOT EDIT, instead edit the source code in cmd/completion/ and as part of making a release run "make commanddocs"
     8  ---
     9  # rclone completion
    10  
    11  Output completion script for a given shell.
    12  
    13  ## Synopsis
    14  
    15  
    16  Generates a shell completion script for rclone.
    17  Run with `--help` to list the supported shells.
    18  
    19  
    20  ## Options
    21  
    22  ```
    23    -h, --help   help for completion
    24  ```
    25  
    26  
    27  See the [global flags page](/flags/) for global options not listed here.
    28  
    29  # SEE ALSO
    30  
    31  * [rclone](/commands/rclone/)	 - Show help for rclone commands, flags and backends.
    32  * [rclone completion bash](/commands/rclone_completion_bash/)	 - Output bash completion script for rclone.
    33  * [rclone completion fish](/commands/rclone_completion_fish/)	 - Output fish completion script for rclone.
    34  * [rclone completion powershell](/commands/rclone_completion_powershell/)	 - Output powershell completion script for rclone.
    35  * [rclone completion zsh](/commands/rclone_completion_zsh/)	 - Output zsh completion script for rclone.
    36