Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找他们在http://symfony.com/上的截屏视频中使用的 iTerm 的颜色编码。有人知道吗?
我用谷歌搜索并发现了很多不同的配色方案,但它们只影响背景颜色、字体等,但它们在终端窗口中的元素类型之间没有区别。
有什么提示吗?
您是说symfony 控制台工具为终端提供彩色输出的解决方案吗?
彩色输出格式化程序最初由 symfony 控制台脚本本身支持,您可以添加参数--ansi来检查结果:
--ansi
php app/console --ansi