Releases: zachmatson/ArgMacros.jl
v0.2.4
ArgMacros v0.2.4
Leftover arguments can now be captured with the @positionalleftover
macro
v0.2.3
ArgMacros v0.2.3
Switch to taking preformatted description and epilog text. Description and epilog are no longer wrapped.
Closed issues:
Merged pull requests:
- Print unwrapped help description and epilog (#6) (@serenity4)
v0.2.2
v0.2.1
v0.2.0
ArgMacros v0.2.0
New argument output formats: output directly as a struct, NamedTuple, or Dict
Some speed improvements, ~12% on testing benchmark for cold start including Julia 1.5.1 startup time
Old @beginarguments
macro deprecated
Merged pull requests:
- V0.2 (#3) (@zachmatson)
v0.1.3
v0.1.2
ArgMacros v0.1.2
Fixed bug where negative numbers could not be parsed. This update also interprets flags as argument values when passed after a flagged argument which requires a value when no value is given for that argument.
Closed issues:
- Reading arguments with
=
in the argument value will fail. (#2)
v0.1.0
ArgMacros v0.1.0
Initial version
v0.1.1
Release notes:
Bugfixes and documentation updates
0.1.0
Initial version of ArgMacros