test.app
是Electron的应用程序设计,当我尝试这些步骤时,它可以接收命令行参数:
1 open -n /Applications/test.app --args www.stackoverflow.com
2 open -a /Applications/test.app --args www.stackoverflow.com
3 close /Applications/test.app
4 open test.app from LaunchPad
5 ps aux | grep /Applications/test.app
6 test.app process has argments: /Applications/test/app www.stackoverflow.com
为什么test.app在我从LaunchPad打开时有争议?如何禁用此功能?
PS:我发现chrome也有这个功能