Skip to content

Commit e0830a2

Browse files
Update README.md
1 parent f84a091 commit e0830a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The Pizza Test CLI provides an efficient way to run and manage tests directly fr
8181
| `theme=<name>` | Set the theme (`fossil`, `catch`, `doctest`, etc.). | Customizes the appearance of test output. |
8282
| `timeout=<seconds>` | Set the timeout for commands (default: 60 seconds). | Ensures commands do not exceed the specified duration, helping to identify long-running tests.|
8383

84-
> **Note:** In addition to the `--help` option, Pizza Test CLI supports `help` and subcommand-specific help commands. You can use `help <command>` (e.g., `help run`) or `<command> help` (e.g., `run help`) to display detailed usage information for any command or subcommand. This provides flexible ways to access documentation directly from the terminal.
84+
> **Note:** In addition to the `--help` option, Pizza Test CLI supports `--help` and subcommand-specific help commands. You can use `<command> --help` (e.g., `run --help`) to display detailed usage information for any command or subcommand. This provides flexible ways to access documentation directly from the terminal.
8585
8686
## Configure Build Options
8787

0 commit comments

Comments
 (0)