github.com/10XDev/rclone@v1.52.3-0.20200626220027-16af9ab76b2a/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 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/genautocomplete/ and as part of making a release run "make commanddocs" 7 --- 8 # rclone genautocomplete 9 10 Output completion script for a given shell. 11 12 ## Synopsis 13 14 15 Generates a shell completion script for rclone. 16 Run with --help to list the supported shells. 17 18 19 ## Options 20 21 ``` 22 -h, --help help for genautocomplete 23 ``` 24 25 See the [global flags page](/flags/) for global options not listed here. 26 27 ## SEE ALSO 28 29 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 30 * [rclone genautocomplete bash](/commands/rclone_genautocomplete_bash/) - Output bash completion script for rclone. 31 * [rclone genautocomplete fish](/commands/rclone_genautocomplete_fish/) - Output fish completion script for rclone. 32 * [rclone genautocomplete zsh](/commands/rclone_genautocomplete_zsh/) - Output zsh completion script for rclone. 33