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.
我有 CMD 的自定义字体。当我运行 LiteDB Shell 时,即使我离开 shell,它也会改变我的字体。我该如何阻止这种情况发生?
没有字体变化。执行前的绿色提示LiteDB.Shell.exe字符与关闭 shell 后的灰色提示字符看起来相同。
LiteDB.Shell.exe
文本颜色已更改,但可以使用命令color轻松更改回来。在命令提示符窗口中运行以color /?获取有关此命令的帮助。
color /?
运行color 0A以取回黑色背景上的绿色文本。或者仅在color没有参数的情况下运行以在命令过程开始时恢复背景和前景色,cmd.exe如帮助中所述。
color 0A
color
cmd.exe