Skip to content
Snippets Groups Projects
Verified Commit 199d3b7a authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Fix downloader completer

parent 04fc04f5
No related branches found
No related tags found
No related merge requests found
Pipeline #48515 passed
......@@ -144,13 +144,14 @@ opts =
<> metavar "<internal|curl|wget>"
<> help
"Downloader to use (default: internal)"
<> completer (listCompleter ["internal", "curl", "wget"])
#else
<> metavar "<curl|wget>"
<> help
"Downloader to use (default: curl)"
<> completer (listCompleter ["curl", "wget"])
#endif
<> hidden
<> completer (listCompleter ["curl", "wget"])
))
<*> invertableSwitch "offline" 'o' False (help "Don't do any network calls, trying cached assets and failing if missing.")
<*> optional (option
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment