From 720c5a33b6a49cf328fdd7611f49153cf8f60247 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Wed, 8 Apr 2020 14:51:57 +0300 Subject: Separate tests and examples into individual packages Also make cli module to be explicitly enabled via the config.cli configuration variable. --- cli-examples/README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 cli-examples/README (limited to 'cli-examples/README') diff --git a/cli-examples/README b/cli-examples/README new file mode 100644 index 0000000..11589d2 --- /dev/null +++ b/cli-examples/README @@ -0,0 +1,15 @@ +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. -- cgit v1.1