github.com/rclone/rclone@v1.66.1-0.20240517100346-7b89735ae726/docs/content/commands/rclone_genautocomplete.md (about) 1 --- 2 title: "rclone genautocomplete" 3 description: "Output completion script for a given shell." 4 slug: rclone_genautocomplete 5 url: /commands/rclone_genautocomplete/ 6 versionIntroduced: v1.33 7 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/genautocomplete/ and as part of making a release run "make commanddocs" 8 --- 9 # rclone genautocomplete 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 genautocomplete 24 ``` 25 26 See the [global flags page](/flags/) for global options not listed here. 27 28 # SEE ALSO 29 30 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 31 * [rclone genautocomplete bash](/commands/rclone_genautocomplete_bash/) - Output bash completion script for rclone. 32 * [rclone genautocomplete fish](/commands/rclone_genautocomplete_fish/) - Output fish completion script for rclone. 33 * [rclone genautocomplete zsh](/commands/rclone_genautocomplete_zsh/) - Output zsh completion script for rclone. 34