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:
		
				
					committed by
					
						
						Todd Gamblin
					
				
			
			
				
	
			
			
			
						parent
						
							8c2305e867
						
					
				
				
					commit
					0f5724e908
				
			@@ -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
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user