diff options
| author | 2024-12-02 00:32:05 -0500 | |
|---|---|---|
| committer | 2024-12-02 00:32:05 -0500 | |
| commit | 7c235d96e2417306334cd93517a2723039a5a0b5 (patch) | |
| tree | cd29cbb34195d8f384237d70a3f8e7405827496a /data/completion/gallery-dl.fish | |
| parent | c68fa03f6af81fc1a23a7021fe28e73bacf71f66 (diff) | |
| parent | 1981ccaaea6eab2cf32536ec5afe132a870914d8 (diff) | |
Update upstream source from tag 'upstream/1.28.0'
Update to upstream version '1.28.0'
with Debian dir d2219dc8130062139eee5a8e4e0da3dc60db3a4e
Diffstat (limited to 'data/completion/gallery-dl.fish')
| -rw-r--r-- | data/completion/gallery-dl.fish | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/completion/gallery-dl.fish b/data/completion/gallery-dl.fish index a239c50..f8bb723 100644 --- a/data/completion/gallery-dl.fish +++ b/data/completion/gallery-dl.fish @@ -36,6 +36,8 @@ complete -c gallery-dl -x -s 'R' -l 'retries' -d 'Maximum number of retries for complete -c gallery-dl -x -l 'http-timeout' -d 'Timeout for HTTP connections (default: 30.0)' complete -c gallery-dl -x -l 'proxy' -d 'Use the specified proxy' complete -c gallery-dl -x -l 'source-address' -d 'Client-side IP address to bind to' +complete -c gallery-dl -s '4' -l 'force-ipv4' -d 'Make all connections via IPv4' +complete -c gallery-dl -s '6' -l 'force-ipv6' -d 'Make all connections via IPv6' complete -c gallery-dl -l 'no-check-certificate' -d 'Disable HTTPS certificate validation' complete -c gallery-dl -x -s 'r' -l 'limit-rate' -d 'Maximum download rate (e.g. 500k or 2.5M)' complete -c gallery-dl -x -l 'chunk-size' -d 'Size of in-memory data chunks (default: 32k)' |
