From 911a5a97a8b3a61f2bbdd0a5e7d09cdb02add803 Mon Sep 17 00:00:00 2001 From: Francois Laithier Date: Mon, 26 Jun 2023 18:44:52 -0700 Subject: [PATCH] Add completion option for curl Add missing completion for curl's `--output-dir` option --- share/completions/curl.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/completions/curl.fish b/share/completions/curl.fish index 750bf555b..6af2539f4 100644 --- a/share/completions/curl.fish +++ b/share/completions/curl.fish @@ -116,6 +116,7 @@ complete -c curl -l ntlm-wb -d '(HTTP) Enable NTLM, but hand over auth to separa complete -c curl -l ntlm -d '(HTTP) Enable NTLM authentication' complete -c curl -l oauth2-bearer -d '(IMAP POP3 SMTP) Specify the Bearer Token for OAUTH 2' complete -c curl -s o -l output -d 'Write output to instead of stdout' +complete -c curl -l output-dir -d 'Directory in which files should be stored when used with -o/--output' complete -c curl -l pass -d '(SSH TLS) Passphrase for the private key' complete -c curl -l path-as-is -d 'Do not handle sequences of /../ or /./ in the given URL path' complete -c curl -l pinnedpubkey -d '(TLS) Use the specified public key file (or hashes)'