summaryrefslogtreecommitdiff
path: root/stdlib/arg.ml
Commit message (Expand)AuthorAgeFilesLines
* Use modern string apiHugo Heuzard2022-07-121-1/+1
* Add {Int,Int32,Int64,NativeInt}.{min,max} (#10392)Alain Frisch2021-05-111-4/+4
* Arg: a new Rest_all spec, similar to Rest, that passes all arguments at onceGabriel Scherer2020-06-051-0/+11
* Arg module sometimes misbehaved instead of rejecting invalid -keyword=arg inputsValentin Gatien-Baron2018-07-221-1/+3
* Whitespace and overlong line fixes.David Allsopp2018-06-141-7/+13
* Avoid non-tail recursion when loading files in Arg.read_arg.improve_arg_read_argalainfrisch2017-10-041-13/+9
* Simplify, update ChangesNicolas Ojeda Bar2017-05-301-6/+6
* Only replace first tab by a space, leave rest of docstring as-isNicolas Ojeda Bar2017-05-301-19/+16
* Arg.align: optionally use '\t' as alignment separatorNicolas Ojeda Bar2017-05-301-12/+24
* Fix Stdlib.Arg: do no repeat usage_msg thrice (#999)Florian Angeletti2017-01-151-37/+38
* Added simple parse_expand and support ocamldepBernhard Schommer2016-10-121-0/+10
* Trim CR, remove inw parameter and updated docu.Bernhard Schommer2016-10-111-20/+22
* Added functions to read/write cmdline argumentsBernhard Schommer2016-10-101-0/+43
* add Arg.Expand (#778)Bernhard Schommer2016-10-071-8/+29
* Merge tag 4.03.0 into trunk.Damien Doligez2016-04-281-30/+29
* Also enable more warnings in stdlib/ and fix them.Alain Frisch2016-03-151-2/+2
* Update headers for the new license.Damien Doligez2016-02-181-12/+14
* arg: Allow flags such as --flag=arg as well as --flag arg.Richard W.M. Jones2015-11-251-7/+27
* arg: Add no_arg and get_arg helper functions.Richard W.M. Jones2015-11-251-29/+35
* GPR#254: @ocaml.arg_on_literal_pattern attribute on constructorsAlain Frisch2015-10-151-15/+27
* merge branch 4.02 from release 4.02.0 to release 4.02.1Damien Doligez2014-10-151-6/+12
* minor clean-upsDamien Doligez2014-04-181-4/+4
* PR#5827: provide a dynamic command line parsing mechanismDamien Doligez2013-06-131-3/+15
* fix a few problems with whitespace and over-long linesDamien Doligez2013-03-091-3/+4
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* Eliminate useless rec.Alain Frisch2012-05-291-1/+1
* Followup fix to #5437: make sure [align] doesn't add padding to undocumented ...Jonathan Protzenko2011-12-231-0/+4
* Fix #5437: when registering an option with Arg, if the option has an empty do...Jonathan Protzenko2011-12-221-4/+5
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* merge changes from 3.12.0 to 3.12.1Damien Doligez2011-07-201-2/+6
* merge changes 3.10.0 -> 3.10.1Damien Doligez2008-01-111-4/+9
* Fusion des modifs faites sur la branche release jusqu'a la release 3.08.0Xavier Leroy2004-07-131-1/+1
* PR#2297, suiteDamien Doligez2004-06-111-5/+48
* PR#1931Damien Doligez2003-11-191-7/+16
* Suite à la remarque de Didier.Pierre Weis2003-10-271-2/+2
* bug findlib/StolpmannDamien Doligez2003-07-241-4/+4
* bug de currificationDamien Doligez2003-07-031-2/+2
* changement de parse_argv en cas d'erreurDamien Doligez2003-06-191-16/+29
* PR#1709Damien Doligez2003-06-121-9/+3
* PR#1532Damien Doligez2003-05-231-4/+11
* Adding new arguments types: boolean with spec Bool for function takingPierre Weis2003-04-251-7/+20
* completude de la doc, typo sur anon_funDamien Doligez2003-03-121-1/+1
* adding some semantics on the string type for specsPierre Weis2002-12-081-12/+17
* petit glitchDamien Doligez2002-11-021-3/+3
* PR#1200Damien Doligez2002-11-021-4/+44
* Documentation + parse_argv introduction.Pierre Weis2002-03-231-2/+2
* Generalization of Arg.parse into Arg.parse_array: we now can parse anPierre Weis2002-03-221-8/+10
* Parsing of float arguments was not properly handled in case of invalidPierre Weis2002-03-211-1/+3
* MAJ en-tetes pour mentionner la 'special exception' sur la LGPLXavier Leroy2001-12-071-1/+2
* typoDamien Doligez2001-08-211-1/+1