Open Alireza29675 opened 5 years ago
I don't think that is needed. In the current implementation, you can just:
cd components/; node my-script.js
In this case you've mentioned, it is not.
however, let's imagine there's a command which creates a new shared function in shared/
directory no matter where you've called the command.
I believe that's necessary and practical. Give me more about what you think?
Imagine here's our structure
And we want to cd first to
components/
then run a command, here should be a variable standing forApp/
directory location. for example