aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2019-05-29 15:42:12 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2019-05-29 15:42:12 -0400
commit9aafa76a8b82b1135fd0a51e3776988fa13c49f0 (patch)
treef9c6cc0ea842a3e73487f63f77e6af03aea65340
parent453ad0789a514a7f3ef8a3e823191715b45085f7 (diff)
downloaddm-9aafa76a8b82b1135fd0a51e3776988fa13c49f0.tar.gz
Add missing command line arguments
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index f26d604..907135c 100644
--- a/README.md
+++ b/README.md
@@ -25,6 +25,9 @@ Create reproducible pipeline deliveries
--install-variant miniconda Python variant
-i --install-version version of miniconda installer
-R --run-tests scan merged packages and execute their tests
+ --test-program program that will execute tests
+ --test-args arguments passed to test executor
+ --test-requires path to pip requirements file
--base-spec conda explicit or yaml environment dump file
-h --help This help information.
```