Split out CDash options to a separate help document (#13704)

Prevent `spack help install` from getting too cluttered with CDash-specific documentation.
This commit is contained in:
Zack Galbreath
2019-12-13 13:15:22 -05:00
committed by Todd Gamblin
parent 8c2305e867
commit 0f5724e908
3 changed files with 58 additions and 13 deletions

View File

@@ -641,7 +641,7 @@ function _spack_install {
-v --verbose --fake --only-concrete -f --file --clean
--dirty --test --run-tests --log-format --log-file
--cdash-upload-url --cdash-build --cdash-site --cdash-track
--cdash-buildstamp -y --yes-to-all" -- "$cur"
--cdash-buildstamp --help-cdash -y --yes-to-all" -- "$cur"
else
compgen -W "$(_all_packages)" -- "$cur"
fi