summaryrefslogtreecommitdiff
path: root/yarn.1.in
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2013-07-04 08:11:53 +0100
committerLars Wirzenius <liw@liw.fi>2013-07-04 08:11:53 +0100
commitd739bd9a656ddc1b283553daca695037b26e5ad2 (patch)
tree9f308f44eb416bcb946beb7866003c3ff2620a73 /yarn.1.in
parent4f56f18ff4f98904bf881944f56dc4d133b2844c (diff)
downloadcmdtest-d739bd9a656ddc1b283553daca695037b26e5ad2.tar.gz
Add example of --shell-library to manpage
Diffstat (limited to 'yarn.1.in')
-rw-r--r--yarn.1.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/yarn.1.in b/yarn.1.in
index d1789b1..86838bc 100644
--- a/yarn.1.in
+++ b/yarn.1.in
@@ -112,6 +112,16 @@ yarn *.scenario
.fi
.PP
All the files will be treated together as if they had been one file.
+.PP
+To add a shell library to be included when running any IMPLEMENTS section:
+.IP
+.nf
+yarn \-\-shell\-library mylib.sh *.scenario
+.fi
+.PP
+You can repeat
+.B \-\-shell\-library
+as many times as necessary.
.SH "SEE ALSO"
.BR cmdtest (1),
.BR cliapp (5).