lucasdicioccio / laborantin-hs

Experiment-management framework in Haskell
Apache License 2.0
19 stars 6 forks source link

No error message on misspelled parameter names #7

Open thomie opened 9 years ago

thomie commented 9 years ago

This command exits with exitcode 0. I would expect to see some sort of error message, or, if this is a deliberate choice, a mention in the documentation.

./dist/build/labor-example/labor-example run -s hello -p xxxxx:str:world

I am using a git checkout (https://github.com/lucasdicioccio/laborantin-hs/pull/6 basically).

lucasdicioccio commented 9 years ago

Hi thanks for pinpointing this. That is indeed an unwanted bug, we should return another exitcode. Laborantin was my first Haskell project and hence has a lot of rough edges :-). I'll look into it but I am swamped these days.