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
The issue arises when there's a = sign in the value, it's not able to parse the thing.
If i apply it with --headers="Authorization:Bearer SecretValue=" the parsed value includes "s and it doesn't work again.
Thus the question is how can one pass both space and = in a value in a command line?
The text was updated successfully, but these errors were encountered:
Hi all.
I'm facing a particular issue with Caliban now, that uses ZIO config to parse the params of the Client-generating command here.
I execute a command like:
The issue arises when there's a
=
sign in the value, it's not able to parse the thing.If i apply it with
--headers="Authorization:Bearer SecretValue="
the parsed value includes"
s and it doesn't work again.Thus the question is how can one pass both space and
=
in a value in a command line?The text was updated successfully, but these errors were encountered: