Tweak readme table formatting (#1836)

This commit is contained in:
Casey Rodarmor 2024-01-11 15:57:32 -08:00 committed by GitHub
parent c2af5a1dd6
commit ea1b68644a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -756,7 +756,7 @@ foo:
#### Table of Settings #### Table of Settings
| Name | Value | Default | Description | | Name | Value | Default | Description |
| -----| ------| ------- |-------------| |------|-------|---------|-------------|
| `allow-duplicate-recipes` | boolean | `false` | Allow recipes appearing later in a `justfile` to override earlier recipes with the same name. | | `allow-duplicate-recipes` | boolean | `false` | Allow recipes appearing later in a `justfile` to override earlier recipes with the same name. |
| `dotenv-filename` | string | - | Load a `.env` file with a custom name, if present. | | `dotenv-filename` | string | - | Load a `.env` file with a custom name, if present. |
| `dotenv-load` | boolean | `false` | Load a `.env` file, if present. | | `dotenv-load` | boolean | `false` | Load a `.env` file, if present. |
@ -1437,7 +1437,7 @@ and are implemented with the
Recipes may be annotated with attributes that change their behavior. Recipes may be annotated with attributes that change their behavior.
| Name | Description | | Name | Description |
| -----| ------------| |------|-------------|
| `[confirm]`<sup>1.17.0</sup> | Require confirmation prior to executing recipe. | | `[confirm]`<sup>1.17.0</sup> | Require confirmation prior to executing recipe. |
| `[linux]`<sup>1.8.0</sup> | Enable recipe on Linux. | | `[linux]`<sup>1.8.0</sup> | Enable recipe on Linux. |
| `[macos]`<sup>1.8.0</sup> | Enable recipe on MacOS. | | `[macos]`<sup>1.8.0</sup> | Enable recipe on MacOS. |