mirror of
https://github.com/octoleo/restic.git
synced 2024-11-26 06:46:34 +00:00
3d976562fa
Since generating completions to stdout for multiple shells does not make sense, enforce `-` is supplied only once.
7 lines
245 B
Plaintext
7 lines
245 B
Plaintext
Enhancement: Allow generating shell completions to stdout
|
|
|
|
Restic `generate` now supports passing `-` passed as file name to `--[shell]-completion` option.
|
|
|
|
https://github.com/restic/restic/issues/2511
|
|
https://github.com/restic/restic/pull/5053
|