Skip to content

v0.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 01 Oct 19:42

🚀 Release v0.2.0

📝 Changes

Added

  • Printing subcommand list on command execution that cannot be executed directly.
  • Support for variadic positional arguments, allowing multiple values for a single positional argument.

Changed

  • Changed help output DEFAULT_MAX_LINE_WIDTH from 80 to 100.
  • Changed ARGUS_RELEASE into ARGUS_DEBUG

Fixed

  • Disabled pedantic option on library compilation.
  • Defining argus_init() as a static inline function.
  • Fixed unexecuted validators in subcommand.

Removed

  • Group description option.
  • Cleanup non essential regex patterns.