cli-examples/1.2.1-a.0.20250421095841.bb7dff6db401

[brief]

Examples of using the CLI language and compiler for C++

This package contains a number of examples that show how to use the CLI
language and compiler to implement command line interface parsing in C++.
The following list gives an overview of each example. See the README files
in example directories for more information on each example.

hello
  A simple "Hello, world!" example that shows how to implement a very basic
  command line interface using CLI.

features
  Shows how to use various features of the CLI language.

file
  Shows how to allow the users of your application to supply options in 
  files in addition to the command line.
version 1.2.1-a.0.20250421095841.bb7dff6db401
license MIT
repository https://stage.build2.org/1
download cli-examples-1.2.1-a.0.20250421095841.bb7dff6db401.tar.gz
sha256 6e64990752f33896aa76d4b7bd0eea636c1a3a4b539f5bccb946f3f1df1e07f6
project cli
url www.codesynthesis.com/projects/cli/
doc-url www.codesynthesis.com/projects/cli/doc/guide/
src-url git.codesynthesis.com/cgit/cli/cli/tree/cli-examples/

Requires (1)

c++14