groostav
04/17/2017, 3:45 AMchristoph.pickl
04/17/2017, 8:07 AMsreich
04/17/2017, 9:21 AMgroostav
04/17/2017, 6:31 PM--help
messages: I was working on generating nice help messages before I created that repo. I'm hoping to finish up that work soon.
- unrecognized options should generate reasonably nice error messages, akin to
com.empowerops.getoptk.unrecognized option: -g
whatever.exe --recognized 1.234 -g 2.34
~~ ~~~~
Of course, a really obvious ability would be to allow you to ignore unrecognized options. i should say I hate this behaviour but i understand it has many use cases. Will fix.
- regarding converter example: your very much correct, will fix
- ahh yes, I mean unfortunately a lot of that is on exactly what the shell is doing. I'll spend some time seeing exactly what the various shells are going to do and maybe documenting them, and making sure that behaviour is as expectedsreich
04/17/2017, 7:10 PMgroostav
04/18/2017, 5:29 AMgetoptk
into master
, its still very much alpha as there are a couple `TODO()`s and exceptions thatl get raised for a number of use cases, but its shaping up. Still dont have the option to ignore unrecognized options but that'l come. take a look: https://github.com/EmpowerOperations/getoptk/blob/master/README.md