You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. First of all, thank you for writing this super useful utility.
Today, I wanted to run curl commands using rargs, with -w '%{http_code}' to change curl's output behavior. However, I just found that rargs is replacing the format string to '%'. I tried using '{{' or '{' instead of '{' but it did not work. Is this possible to escape curly braces in this case?
The text was updated successfully, but these errors were encountered:
Hello. First of all, thank you for writing this super useful utility.
Today, I wanted to run curl commands using rargs, with
-w '%{http_code}'
to change curl's output behavior. However, I just found that rargs is replacing the format string to '%'. I tried using '{{' or '{' instead of '{' but it did not work. Is this possible to escape curly braces in this case?The text was updated successfully, but these errors were encountered: