diff options
Diffstat (limited to 'data/completion/_gallery-dl')
| -rw-r--r-- | data/completion/_gallery-dl | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/data/completion/_gallery-dl b/data/completion/_gallery-dl index 06e8556..a82db8a 100644 --- a/data/completion/_gallery-dl +++ b/data/completion/_gallery-dl @@ -8,9 +8,10 @@ _arguments -C -S \ {-h,--help}'[Print this help message and exit]' \ --version'[Print program version and exit]' \ {-i,--input-file}'[Download URLs found in FILE ("-" for stdin). More than one --input-file can be specified]':'<file>':_files \ +{-f,--filename}'[Filename format string for downloaded files ("/O" for "original" filenames)]':'<format>' \ {-d,--destination}'[Target location for file downloads]':'<path>' \ {-D,--directory}'[Exact location for file downloads]':'<path>' \ -{-f,--filename}'[Filename format string for downloaded files ("/O" for "original" filenames)]':'<format>' \ +{-X,--extractors}'[Load external extractors from PATH]':'<path>' \ --proxy'[Use the specified proxy]':'<url>' \ --source-address'[Client-side IP address to bind to]':'<ip>' \ --user-agent'[User-Agent request header]':'<ua>' \ @@ -45,10 +46,13 @@ _arguments -C -S \ --no-download'[Do not download any files]' \ --no-postprocessors'[Do not run any post processors]' \ --no-check-certificate'[Disable HTTPS certificate validation]' \ +{-o,--option}'[Additional options. Example: -o browser=firefox]':'<key=value>' \ {-c,--config}'[Additional configuration files]':'<file>':_files \ ---config-yaml'[==SUPPRESS==]':'<file>':_files \ -{-o,--option}'[Additional "<key>=<value>" option values]':'<opt>' \ ---ignore-config'[Do not read default configuration files]' \ +--config-yaml'[Additional configuration files in YAML format]':'<file>':_files \ +--config-toml'[Additional configuration files in TOML format]':'<file>':_files \ +--config-create'[Create a basic configuration file]' \ +--config-ignore'[Do not read default configuration files]' \ +--ignore-config'[==SUPPRESS==]' \ {-u,--username}'[Username to login with]':'<user>' \ {-p,--password}'[Password belonging to the given username]':'<pass>' \ --netrc'[Enable .netrc authentication data]' \ |
