1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:57:45 +00:00

Base: Update man pages for utilities

Man pages for utilities now more closely resemble ArgsParser output
This commit is contained in:
Tim Ledbetter 2023-03-30 22:57:12 +01:00 committed by Sam Atkins
parent 37bbd20cee
commit 8f253a745e
28 changed files with 89 additions and 15 deletions

View file

@ -24,7 +24,13 @@ You can disable output from `dbgln()` calls by setting the `DISABLE_DBG_OUTPUT`
## Options
* `-t`, `--show-time`: Show duration of each test
* `-p`, `--show-progress`: Show progress with OSC 9 (true, false)
* `-j`, `--json`: Show results as JSON
* `--per-file`: Show detailed per-file results as JSON (implies -j)
* `-g`, `--collect-often`: Collect garbage after every allocation
* `-b`, `--run-bytecode`: Use the bytecode interpreter
* `-d`, `--dump-bytecode`: Dump the bytecode
* `-f glob`, `--filter glob`: Only run tests matching the given glob
* `--test262-parser-tests`: Run test262 parser tests
## Examples