aboutsummaryrefslogtreecommitdiff
path: root/examples/tutorial_builder/02_apps.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorial_builder/02_apps.md')
-rw-r--r--examples/tutorial_builder/02_apps.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/tutorial_builder/02_apps.md b/examples/tutorial_builder/02_apps.md
new file mode 100644
index 0000000..1f8b071
--- /dev/null
+++ b/examples/tutorial_builder/02_apps.md
@@ -0,0 +1,16 @@
+```console
+$ 02_apps --help
+Does awesome things
+
+Usage: 02_apps[EXE] --two <VALUE> --one <VALUE>
+
+Options:
+ --two <VALUE>
+ --one <VALUE>
+ -h, --help Print help
+ -V, --version Print version
+
+$ 02_apps --version
+MyApp 1.0
+
+```