rejeep / ert-runner.el

Opinionated Ert testing workflow
85 stars 19 forks source link

Change -l/--load to accept single file arguments #26

Open jbalint opened 8 years ago

jbalint commented 8 years ago

Commands that accept file lists at the end should not have unterminated argument parameters.

rejeep commented 8 years ago

I see your point. This will however break the API. You can achieve the same thing with --load foo.el --load bar.el. But that need to be communicated better in the README.

rejeep commented 8 years ago

It would also be good with a test for the --load foo.el --load bar.el pattern.