add configurable work_dir
Closed this issue · 0 comments
zimbatm commented
By default the work_dir
should be the folder containing the input
file. That way, calling mdsh path/to/README.md
will give the same output as cd path/to && mdsh
.
If the input is -
then the work_dir
shouldn't change.