Skip to content

Commit

Permalink
Merge pull request #250 from tricki/patch-1
Browse files Browse the repository at this point in the history
docs: fix wrong format
  • Loading branch information
nunomaduro authored Dec 27, 2023
2 parents eb01f30 + e64e72d commit 989e3d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli-api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ In the preceding chapters of the Pest documentation, we have covered numerous CL
- `--list-groups`: List available test groups.
- `--group <name>`: Only run tests from the specified group(s).
- `--exclude-group <name>`: Exclude tests from the specified group(s).
- `--covers <name>`: Only run tests that intend to cover <name>.
- `--uses <name>`: Only run tests that intend to use <name>.
- `--covers <name>`: Only run tests that intend to cover `<name>`.
- `--uses <name>`: Only run tests that intend to use `<name>`.
- `--list-tests`: List available tests.
- `--list-tests-xml <file>`: List available tests in XML format.
- `--filter <pattern>`: Filter which tests to run
Expand Down

0 comments on commit 989e3d5

Please sign in to comment.