From 9aafa76a8b82b1135fd0a51e3776988fa13c49f0 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 29 May 2019 15:42:12 -0400 Subject: Add missing command line arguments --- README.md | 3 +++ 1 file changed, 3 insertions(+) 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. ``` -- cgit