Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Releases: catchorg/Clara

v1.1.5

26 Oct 16:51
Compare
Choose a tag to compare

Fixes

  • Updated the embedded version of text flow to fix duplicated text when breaking long output.

v1.1.4

09 Mar 09:30
Compare
Choose a tag to compare

Fixes

  • Clara now include the <optional> header when it detects support.

v1.1.3

04 Mar 12:58
Compare
Choose a tag to compare

Improvements

  • Args now take arguments as int argc, char const * const * argv.
    • This allows the use of string literals for arguments

v1.1.2

09 Feb 15:41
Compare
Choose a tag to compare

Fixes

  • Fix usage of dynamic_cast preventing Clara being used with -fno-rtti

v1.1.1

22 Jan 15:12
Compare
Choose a tag to compare

Starting to get this into shape - hopefully warning free for most people now.