First update to BogBat: the bog-basic template program

Just over a year ago I posted about the first (v0.1.0) release of BogBat, a very simple template replacement program.

I've finally got around releasing v0.2.0. This release simply fixes the problem identified in that first post, i.e. that the --help command wrote its output to stderr, and so couldn't be paged using the Windows more command. This was a problem since the help text is copious! Anyhow, help text, along with usage info and the output of the --version command, now get sent to stdout instead.

At the same time I corrected / clarified some of that copious help text.

And now Delphi 13.1 is the compiler of choice; and the deploy script is less annoying.

Download the v0.2.0 release from GitHub.



Comments

Popular posts from this blog

Initialising dynamic arrays

Focus On: Deleaker - a Delphi, C++ & C# Memory Leak Detector

New inline if statement slated for Delphi 13