Closed nickwarters closed 1 year ago
Adds a --path flag following suggestion in comments of #58
--path
.
./test-folder
/
\
/users/{username}/dev
~
$HOME
~/dev
/Users/{username}/dev
/Users/{username}
@Melkeydev what are your thoughts on this feature? Worthwhile or not? If not, let's close off and knock another one off the queue :)
If you do think it's a good idea I'll rebase and get the the linting sorted
Adds a
--path
flag following suggestion in comments of #58.
for current directory./test-folder
/
,\
or.
prefix will be treated as relative to current directory/users/{username}/dev
~
is expanded to$HOME
env variable so~/dev
and/Users/{username}/dev
are equivalent if$HOME
is set to/Users/{username}