例如,当我使用以下命令运行构建时:
{
"cmd": ["grunt"]
}
我在控制台中得到 bash 格式输出。有没有办法显示格式或删除格式字符?
[4mRunning "lint:files" (lint) task[24m...
例如,当我使用以下命令运行构建时:
{
"cmd": ["grunt"]
}
我在控制台中得到 bash 格式输出。有没有办法显示格式或删除格式字符?
[4mRunning "lint:files" (lint) task[24m...
如果传递 no-color 标志,输出看起来会更好:
{
"cmd": ["grunt", "--no-color"]
}
这在 ST2 中是不可能的。这是官方的功能请求:
http://sublimetext.userecho.com/topic/55640-htmlansi-in-output/