mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-25 20:33:08 +00:00
Add --xz
, -J
completion options to tar command
This commit is contained in:
parent
bf274f4fb5
commit
c28bd74ca7
1 changed files with 1 additions and 1 deletions
|
@ -63,4 +63,4 @@ complete -c tar -l uncompress --description "Filter through compress"
|
|||
complete -c tar -s z -l gzip --description "Filter through gzip"
|
||||
complete -c tar -l gunzip --description "Filter through gzip"
|
||||
complete -c tar -l use-compress-program -r --description "Filter through specified program"
|
||||
|
||||
complete -c tar -s J -l xz --description "Filter through xz"
|
||||
|
|
Loading…
Reference in a new issue