问题
I want to execute
./eclipse -clean
as described in this answer.
However, I am running STS installed as an application on Mac.
What is the equivalent command for Mac users?
回答1:
The command I was looking for appears to be
open -a /Applications/STS.app --args -clean
来源:https://stackoverflow.com/questions/32336213/how-to-clean-start-sts-on-mac