Add --known-targets to bash completion for arch command (#12887)
This PR adds the new --known-targets flag to the `spack arch` command.
This commit is contained in:
		
				
					committed by
					
						
						Massimiliano Culpo
					
				
			
			
				
	
			
			
			
						parent
						
							db4d52d923
						
					
				
				
					commit
					5397606b34
				
			@@ -126,7 +126,7 @@ function _spack_add {
 | 
			
		||||
 | 
			
		||||
function _spack_arch {
 | 
			
		||||
    compgen -W "-h --help -p --platform -o --operating-system
 | 
			
		||||
                -t --target" -- "$cur"
 | 
			
		||||
                -t --target --known-targets" -- "$cur"
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
function _spack_blame {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user