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
commandline includes redirects without their < or >, regardless of --tokens-raw or any other tokenization scheme in fish 4.0b1. The same holds true for the different tokenization in 3.7.1. e.g., for:
command<in>out
commandline --tokens-raw outputs:
command
in
out
When it should output:
command
<in
>out
Otherwise, you cannot distinguish between <in, >in & in.
commandlineincludes redirects without their<or>, regardless of--tokens-rawor any other tokenization scheme in fish 4.0b1. The same holds true for the different tokenization in 3.7.1. e.g., for:commandline --tokens-rawoutputs:When it should output:
Otherwise, you cannot distinguish between
<in,>in&in.