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 cli seems to print shell control characters to all output, including during command substitution and file redirection, even when there's no colouring involved
`
lando --help 2> out.txt
more out.txt
ESC[32mUsage:ESC[39m
...
`
hi
the cli seems to print shell control characters to all output, including during command substitution and file redirection, even when there's no colouring involved
`
correct output should be:
`
for uncoloured output from
lando composer show
:`
correct output:
`
cheers 🙂
The text was updated successfully, but these errors were encountered: