Using Xcode 14.0.1, I am working on a Command Line Tool project. As long as the command takes no argument it can be run and tested with the Xcode run button.
But I now want to use some arguments, I therefore need to run the command from a terminal.
Here comes my question:
How do I find the path for the command?