I have some small c# console applications whose path have been added to the system path and at such can be called anywhere. Because of this, I can run these applications from the package manager (PM) console.
This thing now is how do I pass a path to one of the projects to the document. E.g. one of the console applications is "document". I want to execute
document --path=[path to .Model project]
Given that the solution has three(3) projects with one active, how should the command be written so that it is passed in the path to the active or selected project.