aboutsummaryrefslogtreecommitdiffstats
path: root/data/completion/gallery-dl.fish
diff options
context:
space:
mode:
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'