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
As a workaround, does turning off color output with the F2 key or
updating your ~/.sawsrc prefs to disable color_output allow you to run
these commands?
Use color output mode.
color_output = False
—
Reply to this email directly or view it on GitHub #70 (comment).
“The world is not comprehensible, but it is embraceable.”
vpc=$(aws ec2 --region us-east-1 describe-vpcs --filters Name=tag:Name,Values=foo --query 'Vpcs[*].VpcId' --output text)
/bin/sh: -c: line 0: syntax error near unexpected token
|' /bin/sh: -c: line 0:
vpc=$(aws ec2 --region us-east-1 describe-vpcs --filters Name=tag:Name,Values=foo --query 'Vpcs[*].VpcId' --output text); | pygmentize -l json'Also, copy-paste of a word-wrapped command adds new-lines.
both of those are pretty annoying if you're trying to chain the output of a few commands together.
The text was updated successfully, but these errors were encountered: