Skip to content

Ookii.CommandLine for C++ 1.0

Compare
Choose a tag to compare
@SvenGroot SvenGroot released this 23 Oct 23:32
· 143 commits to main since this release

This is the first release of Ookii.CommandLine for C++.

Features:

  • Define arguments using builder pattern or code-generation scripts.
  • Convert string arguments into any strongly-typed value.
  • Store values directly into variables usable by your program.
  • Mark arguments as positional, named, required, and more.
  • Set descriptions to automatically generate usage help.
  • Neatly white-space wrap output to the console.
  • Supports switch arguments, and multi-value arguments.
  • Create an application with subcommands using the shell commands functionality.