5

例如,当我使用以下命令运行构建时:

{
    "cmd": ["grunt"]
}

我在控制台中得到 bash 格式输出。有没有办法显示格式或删除格式字符?

[4mRunning "lint:files" (lint) task[24m...
4

2 回答 2

5

如果传递 no-color 标志,输出看起来会更好:

{
  "cmd": ["grunt", "--no-color"]
}
于 2012-07-15T02:06:13.063 回答
4

这在 ST2 中是不可能的。这是官方的功能请求:

http://sublimetext.userecho.com/topic/55640-htmlansi-in-output/

于 2012-09-06T22:11:19.620 回答