mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2025-06-07 19:26: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><code>components</code></td>
|
||||||
<td>Comma-separated string of additional components to install e.g. <code>clippy, rustfmt</code></td>
|
<td>Comma-separated string of additional components to install e.g. <code>clippy, rustfmt</code></td>
|
||||||
</tr>
|
</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>
|
</table>
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue