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
In Type in prompt commands we may include slashes, but VHS doesn't
escape them properly, so we need to replace them manually with their
character-escaped version.
See: charmbracelet/vhs#592
3v1n0
added a commit
to 3v1n0/authd
that referenced
this issue
Mar 11, 2025
In Type in prompt commands we may include slashes, but VHS doesn't
escape them properly, so we need to replace them manually with their
character-escaped version.
See: charmbracelet/vhs#592
Describe the bug
Using
Wait+Screen /foo\\/bar/
or something vhs fails withOr similar using a single-escape:
The only way to check it is using
\x{2F}
instead of/
The text was updated successfully, but these errors were encountered: