summaryrefslogtreecommitdiff
path: root/examples/hello/hello.cli
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hello/hello.cli')
-rw-r--r--examples/hello/hello.cli8
1 files changed, 8 insertions, 0 deletions
diff --git a/examples/hello/hello.cli b/examples/hello/hello.cli
new file mode 100644
index 0000000..9907510
--- /dev/null
+++ b/examples/hello/hello.cli
@@ -0,0 +1,8 @@
+include <string>;
+
+class options
+{
+ bool --help;
+ std::string --greeting = "Hello";
+ unsigned int --exclamations = 1;
+};