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.
我正在制作一个命令行应用程序。我想允许用户在终端中为事物添加值时,能够使用他们的文本编辑器添加值。git 是如何做到这一点的?
我想打开他们的默认编辑器,允许他们输入文本,并在他们保存时获取值并将该值用于我的应用程序。
谢谢。
通常,您会做四件事:
$EDITOR