Update bash completion with new spack arch flags
This commit is contained in:
		 Adam J. Stewart
					Adam J. Stewart
				
			
				
					committed by
					
						 Todd Gamblin
						Todd Gamblin
					
				
			
			
				
	
			
			
			 Todd Gamblin
						Todd Gamblin
					
				
			
						parent
						
							4f76e80925
						
					
				
				
					commit
					4de301ebf2
				
			| @@ -132,7 +132,8 @@ function _spack_activate { | ||||
| } | ||||
|  | ||||
| function _spack_arch { | ||||
|     compgen -W "-h --help -p --platform" -- "$cur" | ||||
|     compgen -W "-h --help -p --platform -o --operating-system | ||||
|                 -t --target" -- "$cur" | ||||
| } | ||||
|  | ||||
| function _spack_blame { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user