mirror of
https://github.com/servo/servo.git
synced 2025-08-12 00:45:33 +01:00
Update web-platform-tests to revision a4df0fa7be958c11e80caf57fd36c935d11a2a34
This commit is contained in:
parent
4aad79f9d2
commit
a6792ec098
21 changed files with 465 additions and 98 deletions
|
@ -0,0 +1,14 @@
|
|||
# Command-Line Arguments
|
||||
|
||||
The `wpt` command-line application offers a number of features for interacting
|
||||
with WPT. The functionality is organized into "sub-commands", and each accepts
|
||||
a different set of command-line arguments.
|
||||
|
||||
This page documents all of the available sub-commands and associated arguments.
|
||||
|
||||
```eval_rst
|
||||
.. argparse::
|
||||
:module: tools.wpt.wpt
|
||||
:func: create_complete_parser
|
||||
:prog: wpt
|
||||
```
|
|
@ -97,6 +97,9 @@ customising the test run:
|
|||
|
||||
./wpt run --help
|
||||
|
||||
[A complete listing of the command-line arguments is available
|
||||
here](command-line-arguments).
|
||||
|
||||
Additional browser-specific documentation:
|
||||
|
||||
```eval_rst
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue