Skip to content

Releases: carlosjhr64/help_parser

HelpParser VIII: ARGF!

11 Feb 00:07
Compare
Choose a tag to compare

Added ARGV setup for ARGF.

Help Parser VIII: Helpland+

06 Dec 23:51
Compare
Choose a tag to compare

Mostly a code review refresh release.

Help Parser VIII: Helpland

17 Sep 21:45
Compare
Choose a tag to compare

Although primarily a minor release with a couple of added features(conditional flags and the to_h method),
because I'm now using Ruby 3 code
this version is pushed as a major release.

HelpParser VII: Deader

07 Sep 20:09
Compare
Choose a tag to compare

In this release I added Inclusive keys... and reviewed the code.

HelpParser VI.v

20 Oct 21:47
Compare
Choose a tag to compare

More consistent colourized usage error to match crystal's version.

HelpParser VI.iv.ii:Tweeker DEBUG

23 Sep 00:13
Compare
Choose a tag to compare

--debug sets $DEBUG to true.

HelpParser VI.iv.1:Tweeker Typos

09 Sep 14:10
Compare
Choose a tag to compare

Better reporting of typos.

HelpParser VI.iii:Tweeker Refactored

01 Mar 17:36
Compare
Choose a tag to compare

Moved most validations to parseh.rb

HelpParser VI.ii:Tweeker Reconciliation

01 Mar 00:09
Compare
Choose a tag to compare

Mostly edits to attempt mirroring Crystal's version. Caught some missed validation skips.

HelpParser VI.i:Tweeker Tweeked

25 Feb 18:25
Compare
Choose a tag to compare

For performance, now the parser only validates the text help when run with the --help flag.