purescript-contrib / pulp

A build tool for PureScript projects
GNU Lesser General Public License v3.0
443 stars 86 forks source link

Argument parsing/handling #353

Open eviefp opened 6 years ago

eviefp commented 6 years ago

The code for parsing/handling arguments is a bit old and clunky. I think I mentioned optlicative as an option. Do you think the library is ready? If not, can we open up an issue there and figure out what's missing?

cc @Thimoteus

hdgarrood commented 6 years ago

:+1: As I see it, its age isn't really the problem: more the fact that pretty much everything is stringly-typed and there are unsafe casts littered everywhere.