diff --git a/docs/content/commands/rclone_completion.md b/docs/content/commands/rclone_completion.md index 36aa16742..32394e0a1 100644 --- a/docs/content/commands/rclone_completion.md +++ b/docs/content/commands/rclone_completion.md @@ -1,6 +1,8 @@ --- title: "rclone completion" description: "Output completion script for a given shell." +aliases: + - /commands/rclone_genautocomplete/ versionIntroduced: v1.33 # autogenerated - DO NOT EDIT, instead edit the source code in cmd/completion/ and as part of making a release run "make commanddocs" --- diff --git a/docs/content/commands/rclone_completion_bash.md b/docs/content/commands/rclone_completion_bash.md index 6a2ad8a7a..4b1cf3fb3 100644 --- a/docs/content/commands/rclone_completion_bash.md +++ b/docs/content/commands/rclone_completion_bash.md @@ -1,6 +1,8 @@ --- title: "rclone completion bash" description: "Output bash completion script for rclone." +aliases: + - /commands/rclone_genautocomplete_bash/ # autogenerated - DO NOT EDIT, instead edit the source code in cmd/completion/bash/ and as part of making a release run "make commanddocs" --- # rclone completion bash diff --git a/docs/content/commands/rclone_completion_fish.md b/docs/content/commands/rclone_completion_fish.md index 2eff18b7d..6b5ed8b64 100644 --- a/docs/content/commands/rclone_completion_fish.md +++ b/docs/content/commands/rclone_completion_fish.md @@ -1,6 +1,8 @@ --- title: "rclone completion fish" description: "Output fish completion script for rclone." +aliases: + - /commands/rclone_genautocomplete_fish/ # autogenerated - DO NOT EDIT, instead edit the source code in cmd/completion/fish/ and as part of making a release run "make commanddocs" --- # rclone completion fish diff --git a/docs/content/commands/rclone_completion_powershell.md b/docs/content/commands/rclone_completion_powershell.md index cadfe617d..57b5a0615 100644 --- a/docs/content/commands/rclone_completion_powershell.md +++ b/docs/content/commands/rclone_completion_powershell.md @@ -1,6 +1,8 @@ --- title: "rclone completion powershell" description: "Output powershell completion script for rclone." +aliases: + - /commands/rclone_genautocomplete_powershell/ # autogenerated - DO NOT EDIT, instead edit the source code in cmd/completion/powershell/ and as part of making a release run "make commanddocs" --- # rclone completion powershell diff --git a/docs/content/commands/rclone_completion_zsh.md b/docs/content/commands/rclone_completion_zsh.md index bec42f4c6..eb23fa995 100644 --- a/docs/content/commands/rclone_completion_zsh.md +++ b/docs/content/commands/rclone_completion_zsh.md @@ -1,6 +1,8 @@ --- title: "rclone completion zsh" description: "Output zsh completion script for rclone." +aliases: + - /commands/rclone_genautocomplete_zsh/ # autogenerated - DO NOT EDIT, instead edit the source code in cmd/completion/zsh/ and as part of making a release run "make commanddocs" --- # rclone completion zsh diff --git a/docs/content/commands/rclone_genautocomplete.md b/docs/content/commands/rclone_genautocomplete.md deleted file mode 100644 index d9174320f..000000000 --- a/docs/content/commands/rclone_genautocomplete.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: "rclone genautocomplete" -description: "Output completion script for a given shell." -slug: rclone_genautocomplete -url: /commands/rclone_genautocomplete/ -versionIntroduced: v1.33 -# autogenerated - DO NOT EDIT, instead edit the source code in cmd/genautocomplete/ and as part of making a release run "make commanddocs" ---- -# rclone genautocomplete - -Output completion script for a given shell. - -# Synopsis - - -Generates a shell completion script for rclone. -Run with `--help` to list the supported shells. - - -# Options - -``` - -h, --help help for genautocomplete -``` - -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 genautocomplete bash](/commands/rclone_genautocomplete_bash/) - Output bash completion script for rclone. -* [rclone genautocomplete fish](/commands/rclone_genautocomplete_fish/) - Output fish completion script for rclone. -* [rclone genautocomplete zsh](/commands/rclone_genautocomplete_zsh/) - Output zsh completion script for rclone. - diff --git a/docs/content/commands/rclone_genautocomplete_bash.md b/docs/content/commands/rclone_genautocomplete_bash.md deleted file mode 100644 index 8def9b4a9..000000000 --- a/docs/content/commands/rclone_genautocomplete_bash.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -title: "rclone genautocomplete bash" -description: "Output bash completion script for rclone." -slug: rclone_genautocomplete_bash -url: /commands/rclone_genautocomplete_bash/ -# autogenerated - DO NOT EDIT, instead edit the source code in cmd/genautocomplete/bash/ and as part of making a release run "make commanddocs" ---- -# rclone genautocomplete bash - -Output bash completion script for rclone. - -# Synopsis - - -Generates a bash shell autocompletion script for rclone. - -This writes to /etc/bash_completion.d/rclone by default so will -probably need to be run with sudo or as root, e.g. - - sudo rclone genautocomplete bash - -Logout and login again to use the autocompletion scripts, or source -them directly - - . /etc/bash_completion - -If you supply a command line argument the script will be written -there. - -If output_file is "-", then the output will be written to stdout. - - -``` -rclone genautocomplete bash [output_file] [flags] -``` - -# Options - -``` - -h, --help help for bash -``` - -See the [global flags page](/flags/) for global options not listed here. - -# SEE ALSO - -* [rclone genautocomplete](/commands/rclone_genautocomplete/) - Output completion script for a given shell. - diff --git a/docs/content/commands/rclone_genautocomplete_fish.md b/docs/content/commands/rclone_genautocomplete_fish.md deleted file mode 100644 index db124f3ba..000000000 --- a/docs/content/commands/rclone_genautocomplete_fish.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -title: "rclone genautocomplete fish" -description: "Output fish completion script for rclone." -slug: rclone_genautocomplete_fish -url: /commands/rclone_genautocomplete_fish/ -# autogenerated - DO NOT EDIT, instead edit the source code in cmd/genautocomplete/fish/ and as part of making a release run "make commanddocs" ---- -# rclone genautocomplete fish - -Output fish completion script for rclone. - -# Synopsis - - -Generates a fish autocompletion script for rclone. - -This writes to /etc/fish/completions/rclone.fish by default so will -probably need to be run with sudo or as root, e.g. - - sudo rclone genautocomplete fish - -Logout and login again to use the autocompletion scripts, or source -them directly - - . /etc/fish/completions/rclone.fish - -If you supply a command line argument the script will be written -there. - -If output_file is "-", then the output will be written to stdout. - - -``` -rclone genautocomplete fish [output_file] [flags] -``` - -# Options - -``` - -h, --help help for fish -``` - -See the [global flags page](/flags/) for global options not listed here. - -# SEE ALSO - -* [rclone genautocomplete](/commands/rclone_genautocomplete/) - Output completion script for a given shell. - diff --git a/docs/content/commands/rclone_genautocomplete_zsh.md b/docs/content/commands/rclone_genautocomplete_zsh.md deleted file mode 100644 index 33ca51342..000000000 --- a/docs/content/commands/rclone_genautocomplete_zsh.md +++ /dev/null @@ -1,48 +0,0 @@ ---- -title: "rclone genautocomplete zsh" -description: "Output zsh completion script for rclone." -slug: rclone_genautocomplete_zsh -url: /commands/rclone_genautocomplete_zsh/ -# autogenerated - DO NOT EDIT, instead edit the source code in cmd/genautocomplete/zsh/ and as part of making a release run "make commanddocs" ---- -# rclone genautocomplete zsh - -Output zsh completion script for rclone. - -# Synopsis - - -Generates a zsh autocompletion script for rclone. - -This writes to /usr/share/zsh/vendor-completions/_rclone by default so will -probably need to be run with sudo or as root, e.g. - - sudo rclone genautocomplete zsh - -Logout and login again to use the autocompletion scripts, or source -them directly - - autoload -U compinit && compinit - -If you supply a command line argument the script will be written -there. - -If output_file is "-", then the output will be written to stdout. - - -``` -rclone genautocomplete zsh [output_file] [flags] -``` - -# Options - -``` - -h, --help help for zsh -``` - -See the [global flags page](/flags/) for global options not listed here. - -# SEE ALSO - -* [rclone genautocomplete](/commands/rclone_genautocomplete/) - Output completion script for a given shell. -