mirror of
https://github.com/restic/restic.git
synced 2025-03-16 00:00:05 +01:00
Add bash completion for --exclude-gitignored
This commit is contained in:
parent
492b8f4378
commit
0df6f615cc
1 changed files with 2 additions and 0 deletions
|
@ -398,6 +398,8 @@ _restic_backup()
|
|||
two_word_flags+=("--exclude-larger-than")
|
||||
local_nonpersistent_flags+=("--exclude-larger-than")
|
||||
local_nonpersistent_flags+=("--exclude-larger-than=")
|
||||
flags+=("--exclude-gitignored")
|
||||
local_nonpersistent_flags+=("--exclude-gitignored")
|
||||
flags+=("--files-from=")
|
||||
two_word_flags+=("--files-from")
|
||||
local_nonpersistent_flags+=("--files-from")
|
||||
|
|
Loading…
Add table
Reference in a new issue