mirror of
				https://github.com/dtolnay/rust-toolchain.git
				synced 2025-11-03 22:31:59 +02:00 
			
		
		
		
	Fancy look for the inputs list
This commit is contained in:
		
							parent
							
								
									003538387b
								
							
						
					
					
						commit
						c8dbab4109
					
				
					 1 changed files with 6 additions and 5 deletions
				
			
		
							
								
								
									
										11
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										11
									
								
								README.md
									
										
									
									
									
								
							| 
						 | 
					@ -39,11 +39,12 @@ See [additional recipes here](https://github.com/actions-rs/meta).
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Inputs
 | 
					## Inputs
 | 
				
			||||||
 | 
					
 | 
				
			||||||
* `toolchain` (*required*): Toolchain name, see [rustup page](https://github.com/rust-lang/rustup.rs#toolchain-specification) for details.\
 | 
					| Name        | Required | Description                                                                                                                            | Type   | Default |
 | 
				
			||||||
  Examples: `stable`, `nightly`, `nightly-2019-04-20`
 | 
					| ------------| :------: | ---------------------------------------------------------------------------------------------------------------------------------------| ------ | --------|
 | 
				
			||||||
* `target`: Additionally install specific target for this toolchain (ex. `x86_64-apple-darwin`)
 | 
					| `toolchain` | ✓        | [Toolchain](https://github.com/rust-lang/rustup.rs#toolchain-specification) name to use, ex. `stable`, `nightly`, `nightly-2019-04-20` | string |         |
 | 
				
			||||||
* `default`: Set installed toolchain as default (executes `rustup toolchain default {toolchain}`)
 | 
					| `target`    |          | Additionally install specified target for this toolchain, ex. `x86_64-apple-darwin`                                                    | string |         |
 | 
				
			||||||
* `override`: Set installed toolchain as an override for current directory
 | 
					| `default`   |          | Set installed toolchain as a default toolchain                                                                                         | bool   | false   |
 | 
				
			||||||
 | 
					| `override`  |          | Set installed toolchain as an override for the current directory                                                                       | bool   | false   |
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Components
 | 
					## Components
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue