Glutexo / onigumo

Parallel web scraping framework
MIT License
3 stars 1 forks source link

Parse working_dir switch #195

Closed nappex closed 5 months ago

nappex commented 1 year ago

fix #182

nappex commented 7 months ago

DONT FORGET TO TESTS!! ⚠️

Glutexo commented 7 months ago

Test lowercase -c too.

nappex commented 7 months ago

Reade for review I've already merged #223 to this PR!

Glutexo commented 6 months ago

Just discovered a Mix.Shell module that has a cmd function with a :cd argument. I am not sure yet what’s that good for, but it looks related.

Update: I took a look and Mix.Shell.cmd/3 can be used to make Mix run a shell command. :cd makes it set a working directory first.