github.com/ncw/rclone@v1.48.1-0.20190724201158-a35aa1360e3e/docs/content/commands/rclone_genautocomplete.md (about) 1 --- 2 date: 2019-06-20T16:09:42+01:00 3 title: "rclone genautocomplete" 4 slug: rclone_genautocomplete 5 url: /commands/rclone_genautocomplete/ 6 --- 7 ## rclone genautocomplete 8 9 Output completion script for a given shell. 10 11 ### Synopsis 12 13 14 Generates a shell completion script for rclone. 15 Run with --help to list the supported shells. 16 17 18 ### Options 19 20 ``` 21 -h, --help help for genautocomplete 22 ``` 23 24 See the [global flags page](/flags/) for global options not listed here. 25 26 ### SEE ALSO 27 28 * [rclone](/commands/rclone/) - Show help for rclone commands, flags and backends. 29 * [rclone genautocomplete bash](/commands/rclone_genautocomplete_bash/) - Output bash completion script for rclone. 30 * [rclone genautocomplete zsh](/commands/rclone_genautocomplete_zsh/) - Output zsh completion script for rclone. 31