ArgParse.jl Versions Save

Package for parsing command-line arguments to Julia programs.

v1.2.0

5 days ago

ArgParse v1.2.0

Diff since v1.1.5

Merged pull requests:

  • Remove leftover println in @defaults macro (#131) (@carlobaldassi)
  • Allow to control the auto-generated help text formatting (#132) (@carlobaldassi)
  • Allow default values convertible to arg_type (#133) (@carlobaldassi)

Closed issues:

  • ArgParse modifies global random state? (#121)
  • Allow default values convertible to arg_type (#123)
  • print_help() (#127)
  • Parametrize lc_len_limit (#129)
  • ArgParse 1.1.5 prints desc while precompiling (#130)

v1.1.5

3 months ago

ArgParse v1.1.5

Diff since v1.1.4

Merged pull requests:

  • Correct a typo in show_version doc (#109) (@petershintech)
  • Improve the description about range_tester (#111) (@petershintech)
  • Schedule CI to run automatically every Sunday (#125) (@omus)
  • Run CI against latest Julia release and x86 linux (#126) (@omus)
  • Qualify wrap calls to avoid conflict on julia v1.11 (#128) (@Liozou)

Closed issues:

  • Using arguments in the REPL (#101)
  • Argument missing from parsed dict (#116)
  • How to separate julia options? (#120)
  • Required argument listed as optional in arg table for command (#122)

v1.1.4

3 years ago

ArgParse v1.1.4

Diff since v1.1.3

Merged pull requests:

  • Fix project_version macro (#107) (@stellartux)

v1.1.3

3 years ago

ArgParse v1.1.3

Diff since v1.1.2

Merged pull requests:

  • Add project_version macro (#106) (@stellartux)

v1.1.2

3 years ago

ArgParse v1.1.2

Diff since v1.1.1

Merged pull requests:

  • reduce inference and optimization time (by turning it off) (#104) (@KristofferC)
  • Refresh CI infrastructure (#105) (@carlobaldassi)

v1.1.1

3 years ago

ArgParse v1.1.1

Diff since v1.1.0

Closed issues:

  • Use constructors in addition to convert to parse unknown types (#95)
  • Type conversion fails on valid input (#98)
  • Parsing failure with as_symbols=true and commands_are_required=false (#100)

Merged pull requests:

  • Fall-back to constructors if convert fails (#96) (@carlobaldassi)
  • Fix for as_symbols=true when command is nothing (#102) (@carlobaldassi)

v1.1.0

4 years ago

ArgParse v1.1.0

Diff since v1.0.1

Closed issues:

  • Use constructors in addition to convert to parse unknown types (#95)

Merged pull requests:

  • Small fixes in docs (#94) (@carlobaldassi)
  • Fall-back to constructors if convert fails (#96) (@carlobaldassi)

v1.0.1

4 years ago

ArgParse v1.0.1

Diff since v1.0.0

v1.0.0

4 years ago

ArgParse v1.0.0

Diff since v0.6.2

Closed issues:

  • Mutual exclusion (#25)
  • types and metavars when nargs > 1 (#29)
  • Pkg.test() with Julia-0.5 fails (#34)
  • Parsing string with internal quotes (#36)
  • Feature request: Add mutually exclusive options (#58)
  • How to add command abbreviation or command alias (#59)
  • Any way to use the functionalities within a REPL environment? (#63)
  • parse_args() crashes Jupyter/IJulia kernels (#79)
  • Feature request: support REPL usage (#83)
  • as_symbols not working on :COMMAND entry (#84)
  • Idea to update parse_item? (#86)

Merged pull requests:

  • as_symbols bugfix (#85) (@mattuntergassmair)
  • Clarification about options and flags in the docs (#87) (@henriquebecker91)
  • REPL mode (#88) (@carlobaldassi)
  • Add mutually exclusive and required groups (#89) (@carlobaldassi)
  • Add aliases for command arguments (#91) (@carlobaldassi)
  • Rename all mutating functions/macros by appending a ! (#92) (@carlobaldassi)

v0.6.2

5 years ago

Fixes a remaining compatibility issue with julia 1.x