wtsi-npg / npg_conda

NPG Conda recipes and tools
1 stars 15 forks source link

Add --pull-build-image CLI option to the build script #262

Closed kjsanger closed 3 years ago

kjsanger commented 3 years ago

This changes the default behaviour from pulling the image to not pulling it. I've done this in the interest of CLI ergonomics i.e. it's better to issue an imperative --pull-build-image rather than a negation. It fits better with the style of the other options too.