diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-29 15:42:12 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2019-05-29 15:42:12 -0400 |
commit | 9aafa76a8b82b1135fd0a51e3776988fa13c49f0 (patch) | |
tree | f9c6cc0ea842a3e73487f63f77e6af03aea65340 /README.md | |
parent | 453ad0789a514a7f3ef8a3e823191715b45085f7 (diff) | |
download | dm-9aafa76a8b82b1135fd0a51e3776988fa13c49f0.tar.gz |
Add missing command line arguments
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. ``` |