blob: 598c9da2a10514062ee3ea06d5c5335677763e32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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
```
|