Eric Merritt
ba7ae64d2a
Moved sub directories on source to top level
...
This allows for normal inclusion in OTP releases.
2010-08-12 09:47:49 +08:00
Juan Jose Comellas
b2e8bcd291
Modify module to make it GNU getopt compliant.
...
Add support for short options with embedded arguments (e.g. -j2).
Add support for implicit boolean options (e.g. -q -> {quiet, true}).
Add support for option terminator ("--").
2010-01-06 16:39:48 -03:00
Juan Jose Comellas
5ce0e76f87
Added support for embedded short options (e.g. -j2) and option
...
terminator (i.e. "--").
2010-01-05 19:21:34 -03:00
Juan Jose Comellas
400a7b7cf9
Add support for options without a '-' prefix as required by rebar.
...
Boolean options without an argument are now considered true.
2009-12-30 20:12:54 -03:00
Juan Jose Comellas
0be58dc525
Avoid hardcoding escript name.
2009-12-17 15:34:48 -03:00
Juan Jose Comellas
4b03285d9e
Dropped record syntax for the option specifications to simplify use from escripts.
2009-11-16 19:20:32 -03:00