astaxie / bat

Go implement CLI, cURL-like tool for humans
Apache License 2.0
2.55k stars 220 forks source link

Response JSON颜色没变化,无格式化 #18

Closed tigercallme closed 9 years ago

tigercallme commented 9 years ago

2015-04-20 16 11 35

返回的JSON格式未有变化,key,value没有颜色,是少加参数了吗?

astaxie commented 9 years ago

你是什么系统?bat是最新版本吗?

tigercallme commented 9 years ago

我的是Mac OS X 10.9 ,代码是master上的最新代码。

astaxie commented 9 years ago

go get -u github.com/astaxie/bat更新一下试试,我感觉你使用的是老版本的bat,因为我让别人系统是10.9的测试过,没有问题,你看下面的这个截图:

y 6i o h cg 2y4cs992 v

tigercallme commented 9 years ago

代码是pull最新的,版本也是0.0.2. 我在centos6.6上也编译了一份,还是如此。 2015-04-21 18 18 31

astaxie commented 9 years ago

有点意思,这两个系统我应该都测试过,都是有颜色的。

哦,我看出来了,你的Content-Type不是application/json

tigercallme commented 9 years ago

Content-Type 设置 application/json 后,颜色格式化都搞定,多谢~