Curl : Add wcurl flags alias.

This commit is contained in:
Dmitry Voronin 2024-08-24 03:22:54 +03:00
parent 449abdd63d
commit 4ba17cc039
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -0,0 +1,5 @@
{ ... }: {
text = ''
alias wcurl="wcurl --curl-options='--progress-bar --http2 --continue-at -'"
'';
}