在 atom 中打开 html 文件的命令行是什么?

What is the command line to open html file in atom?

我想知道如何使用命令行在 atom 中打开 html 文件。

现在,如果我这样做,例如:

open index.html

它在我的浏览器中打开文件,但我想知道是否也有在 Atom 中打开它的命令。

我正在使用 mac 和 chrome 作为浏览器。

我自己没有使用过 Atom,但我认为它与其他软件非常相似,因为您可以像这样使用它从终端打开文件:

atom index.html