aboutsummaryrefslogtreecommitdiff
path: root/clap/tests/example1_tmpl_full.txt
diff options
context:
space:
mode:
Diffstat (limited to 'clap/tests/example1_tmpl_full.txt')
-rw-r--r--clap/tests/example1_tmpl_full.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/clap/tests/example1_tmpl_full.txt b/clap/tests/example1_tmpl_full.txt
new file mode 100644
index 0000000..6ae57fa
--- /dev/null
+++ b/clap/tests/example1_tmpl_full.txt
@@ -0,0 +1,15 @@
+{bin} {version}
+{author}
+{about}
+
+USAGE:
+ {usage}
+
+FLAGS:
+{flags}
+OPTIONS:
+{options}
+ARGS:
+{positionals}
+SUBCOMMANDS:
+{subcommands}