aboutsummaryrefslogtreecommitdiffstats
path: root/data/completion/gallery-dl.fish
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2024-10-25 17:27:36 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2024-10-25 17:27:36 -0400
commita46d8cec37ef1e7370a3127dd5bf3a47e7dc40de (patch)
tree27382aedd6d14d1add2b1a37e6df2f3e52f0ac4e /data/completion/gallery-dl.fish
parente4f39ad7148b104ab522ee13e4af3d3003b65e0f (diff)
parentfc004701f923bb954a22c7fec2ae8d607e78cb2b (diff)
Update upstream source from tag 'upstream/1.27.7'
Update to upstream version '1.27.7' with Debian dir f4e7d47b82b8fc4fb17fad4aa54873015dcc81c1
Diffstat (limited to 'data/completion/gallery-dl.fish')
-rw-r--r--data/completion/gallery-dl.fish2
1 files changed, 2 insertions, 0 deletions
diff --git a/data/completion/gallery-dl.fish b/data/completion/gallery-dl.fish
index 7734f40..a239c50 100644
--- a/data/completion/gallery-dl.fish
+++ b/data/completion/gallery-dl.fish
@@ -23,6 +23,8 @@ complete -c gallery-dl -s 's' -l 'simulate' -d 'Simulate data extraction; do not
complete -c gallery-dl -s 'E' -l 'extractor-info' -d 'Print extractor defaults and settings'
complete -c gallery-dl -s 'K' -l 'list-keywords' -d 'Print a list of available keywords and example values for the given URLs'
complete -c gallery-dl -r -F -s 'e' -l 'error-file' -d 'Add input URLs which returned an error to FILE'
+complete -c gallery-dl -x -s 'N' -l 'print' -d 'Write FORMAT during EVENT (default "prepare") to standard output. Examples: "id" or "post:{md5[:8]}"'
+complete -c gallery-dl -x -l 'print-to-file' -d 'Append FORMAT during EVENT to FILE'
complete -c gallery-dl -l 'list-modules' -d 'Print a list of available extractor modules'
complete -c gallery-dl -x -l 'list-extractors' -d 'Print a list of extractor classes with description, (sub)category and example URL'
complete -c gallery-dl -r -F -l 'write-log' -d 'Write logging output to FILE'