Skip to content

Commit

Permalink
chore: added --no-bail and --no-info to options table
Browse files Browse the repository at this point in the history
  • Loading branch information
webdeveric committed Apr 14, 2024
1 parent 057c678 commit 0746abb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ yarn add validate-package-exports -D
| `--verify` / `-v` | Verify a module can be imported or required | `false` |
| `--concurrency` / `-c` | Concurrency | `availableParallelism()` |
| `--bail` / `-b` | Stop after the first error | `process.env.CI === 'true'` |
| `--no-bail` | Turn off `--bail` | `false` |
| `--info` / `-i` | Show `info` messages.<br>The default behavior is to only show `error`. | `process.env.RUNNER_DEBUG === '1'` |
| `--no-info` | Turn off `--info` | `false` |
| `--json` / `-j` | Use JSON output | `false` |

## Usage
Expand Down

0 comments on commit 0746abb

Please sign in to comment.