I have a specific file at the root of my project. I have a command line app (suman) that knows where this file is located. Is there a command line switch I can feed to my command line app that can take me to project root.
Something like
suman --home
or suman -h
or suman --root
what can I write as routine for this command that will actually change the current directory of the parent shell which issued this command? I am not even sure if this is possible.