This website requires JavaScript.
Explore
Help
Sign In
QPQ-AG
/
getopt
Watch
10
Star
0
Fork
0
You've already forked getopt
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
8
Commits
1
Branch
0
Tags
Commit Graph
3 Commits
Author
SHA1
Message
Date
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
468002ff8e
Added edoc comments.
2009-10-06 17:03:51 -03:00
Juan Jose Comellas
35395b82e8
Initial commit.
2009-10-02 19:43:13 -03:00