aboutsummaryrefslogtreecommitdiff
path: root/examples/tutorial_derive/02_crate.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorial_derive/02_crate.md')
-rw-r--r--examples/tutorial_derive/02_crate.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/tutorial_derive/02_crate.md b/examples/tutorial_derive/02_crate.md
new file mode 100644
index 0000000..3f64460
--- /dev/null
+++ b/examples/tutorial_derive/02_crate.md
@@ -0,0 +1,16 @@
+```console
+$ 02_crate_derive --help
+A simple to use, efficient, and full-featured Command Line Argument Parser
+
+Usage: 02_crate_derive[EXE] --two <TWO> --one <ONE>
+
+Options:
+ --two <TWO>
+ --one <ONE>
+ -h, --help Print help
+ -V, --version Print version
+
+$ 02_crate_derive --version
+clap [..]
+
+```