Commit Graph

  • 2981dfe63e Remove unneeded rebar configuration option Juan Jose Comellas 2011-04-18 10:48:52 -03:00
  • cc1654d316 New rebar => fail_on_warining removed from erl_opts because it's deprecated. Also, several other useful options added to rebar.config Fernando Benavides 2011-04-17 09:22:47 -03:00
  • ffdeaaa2c1 Merge branch 'master' of https://github.com/ericbmerritt/getopt into ericbmerritt-master Juan Jose Comellas 2011-02-02 10:43:38 -03:00
  • df9647304f version bump to 0.3.1 Eric Merritt 2011-01-16 15:28:13 -06:00
  • 1e75708497 Merge branch 'master' of https://github.com/ericbmerritt/getopt into ericbmerritt-master Juan Jose Comellas 2011-01-15 11:59:24 -03:00
  • 0fda71a930 export declared types from getopt.erl Eric Merritt 2011-01-12 18:11:22 -06:00
  • f82e2989b1 Apply Tidier suggestions Tuncer Ayaz 2011-01-09 14:33:46 +01:00
  • 1dd5a75277 Dialyzer related cleanups Kostis Sagonas 2010-10-11 04:36:13 +08:00
  • 91143ed4b3 Simplify macro Kostis Sagonas 2010-10-01 21:39:35 +08:00
  • 76cebab9a9 Avoid unnecessary construction of deep strings Kostis Sagonas 2010-10-01 21:40:47 +08:00
  • 8f54692a29 Remove output of command line when executing dialyzer. Juan Jose Comellas 2010-09-23 15:14:41 -03:00
  • 4de6670d02 Release v0.3.0 Juan Jose Comellas 2010-09-23 15:13:22 -03:00
  • 5cde8b5e4b Remove dialyzer warnings. Clean up comments. Juan Jose Comellas 2010-09-23 15:09:55 -03:00
  • f539fbbc8a Add support for rebar. Juan Jose Comellas 2010-09-23 15:08:58 -03:00
  • 58960e6356 added the registered tuple Martin Logan 2010-09-13 11:00:12 +08:00
  • ba7ae64d2a Moved sub directories on source to top level Eric Merritt 2010-08-12 09:31:00 +08:00
  • 02eef09d89 add getopt.app so getopt fits into releases Eric Merritt 2010-08-11 07:33:05 +08:00
  • b2e8bcd291 Modify module to make it GNU getopt compliant. Juan Jose Comellas 2010-01-06 16:39:48 -03:00
  • 5ce0e76f87 Added support for embedded short options (e.g. -j2) and option terminator (i.e. "--"). Juan Jose Comellas 2010-01-05 19:21:34 -03:00
  • 2a42bd761c Special case for boolean arguments to consider them enabled when the argument is missing. Juan Jose Comellas 2009-12-31 10:39:35 -03:00
  • 400a7b7cf9 Add support for options without a '-' prefix as required by rebar. Boolean options without an argument are now considered true. Juan Jose Comellas 2009-12-30 20:12:54 -03:00
  • a59893e9b9 Add support for options with embedded arguments without the '--' prefix. e.g. "verbose=1" Juan Jose Comellas 2009-12-30 18:38:42 -03:00
  • 0329f560c4 Add support for embedded arguments with equal characters in them. e.g. "--var=debug=1" --> {var, "debug=1"} Juan Jose Comellas 2009-12-30 18:11:25 -03:00
  • d26cb9df09 Add support for arguments assigned to options with an equal ('=') character within the option string. e.g. "--port=1000". Juan Jose Comellas 2009-12-30 17:20:35 -03:00
  • 0be58dc525 Avoid hardcoding escript name. Juan Jose Comellas 2009-12-17 15:34:48 -03:00
  • 3e83a0e928 Small formatting change to README. Juan Jose Comellas 2009-11-16 19:27:19 -03:00
  • 4b03285d9e Dropped record syntax for the option specifications to simplify use from escripts. Juan Jose Comellas 2009-11-16 19:20:32 -03:00
  • 109d9f5f2a Cleaned up code. Juan Jose Comellas 2009-10-13 19:21:57 -03:00
  • 1da93693e2 Cleaned up code. Juan Jose Comellas 2009-10-13 19:18:46 -03:00
  • 46959813a9 Cleaned up README. Juan Jose Comellas 2009-10-13 19:14:40 -03:00
  • cfae6a2abf Added BSD license. Juan Jose Comellas 2009-10-13 19:08:39 -03:00
  • e9cf4aff22 Renamed some make targets. Juan Jose Comellas 2009-10-13 18:38:48 -03:00
  • 4c715eaa94 Added example file and make target. Juan Jose Comellas 2009-10-13 18:35:23 -03:00
  • 08392f62fe The command line arguments can now be passed as string. Juan Jose Comellas 2009-10-13 18:34:51 -03:00
  • 5a1d192b4a Updated documentation. Juan Jose Comellas 2009-10-13 17:56:42 -03:00
  • 8456f1018b Changed macro used for indentation. Juan Jose Comellas 2009-10-13 17:55:12 -03:00
  • 6cf2a8c0dd Added README. Juan Jose Comellas 2009-10-13 17:42:55 -03:00
  • 34e72bacb9 Added support for multiple short options in a single command-line argument: e.g. parse(SpecList, ["-abc"]). == parse(SpecList, ["-a", "-b", "-c"]). Juan Jose Comellas 2009-10-13 17:33:20 -03:00
  • 468002ff8e Added edoc comments. Juan Jose Comellas 2009-10-06 17:03:51 -03:00
  • 7fcdbbe777 Added file to track empty directory. Juan Jose Comellas 2009-10-05 17:13:47 -03:00
  • 3c84c8a9fc Use Erlang make module to compile. Juan Jose Comellas 2009-10-05 17:10:33 -03:00
  • cc6bf5810a Added edoc comments. Juan Jose Comellas 2009-10-05 17:09:04 -03:00
  • 35395b82e8 Initial commit. Juan Jose Comellas 2009-10-02 19:43:13 -03:00