feat: document make-default input

This commit is contained in:
BD103 2025-04-22 09:50:40 -04:00 committed by GitHub
parent 87ac5504bc
commit 35ef9e5dd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>