From f6ac2ebbd7dc4456c43cddd8c9468f3e47e918aa Mon Sep 17 00:00:00 2001 From: Andy Davidoff Date: Sat, 22 Feb 2020 16:51:25 -0500 Subject: [PATCH] clarify readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2baf7cf..c1ae452 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,10 @@ Specify command-line arguments as an escaped string in the following syntax: ``` args="arg1 arg2 arg3" ``` -Each new `args` specification instantiates a new test execution with whatever the most recent outputs have been specified. + +Each new `args` specification instantiates a new test execution with the most +recently-specified outputs. + ``` output="6" args="2 * 3"