mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2025-06-07 11:16:37 +00:00
feat: document make-default
input
This commit is contained in:
parent
87ac5504bc
commit
35ef9e5dd0
1 changed files with 7 additions and 0 deletions
|
@ -53,6 +53,13 @@ All inputs are optional.
|
|||
<td><code>components</code></td>
|
||||
<td>Comma-separated string of additional components to install e.g. <code>clippy, rustfmt</code></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>make-default</code></td>
|
||||
<td>
|
||||
Make the installed toolchain the default.
|
||||
This must be either the strings <code>'true'</code> or <code>'false'</code>, and is <code>'true'</code> by default.
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue