genautocomplete: add support to output to stdout

This commit is contained in:
Ingo
2020-10-10 22:16:21 +01:00
committed by Nick Craig-Wood
parent ffdd0719e7
commit 5164c3d2d0
8 changed files with 101 additions and 6 deletions

View File

@ -27,6 +27,7 @@ them directly
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]

View File

@ -27,6 +27,7 @@ them directly
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]

View File

@ -27,6 +27,7 @@ them directly
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]