This website requires JavaScript.
Explore
Help
Sign In
QPQ-AG
/
getopt
Watch
11
Star
0
Fork
0
You've already forked getopt
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
17
Commits
1
Branch
0
Tags
4b03285d9ef6e84691ef1c4b621958254e4864fb
Commit Graph
5 Commits
Author
SHA1
Message
Date
Juan Jose Comellas
4b03285d9e
Dropped record syntax for the option specifications to simplify use from escripts.
2009-11-16 19:20:32 -03:00
Juan Jose Comellas
cfae6a2abf
Added BSD license.
2009-10-13 19:08:39 -03:00
Juan Jose Comellas
08392f62fe
The command line arguments can now be passed as string.
2009-10-13 18:34:51 -03:00
Juan Jose Comellas
34e72bacb9
Added support for multiple short options in a single command-line
...
argument: e.g. parse(SpecList, ["-abc"]). == parse(SpecList, ["-a", "-b", "-c"]).
2009-10-13 17:33:20 -03:00
Juan Jose Comellas
35395b82e8
Initial commit.
2009-10-02 19:43:13 -03:00