1
1
mirror of https://github.com/theoludwig/html-w3c-validator.git synced 2025-05-21 23:21:29 +02:00

docs: add CLI option --current-working-directory

This commit is contained in:
2024-02-02 08:22:57 +01:00
parent 04a2742e46
commit 2e0e136355

View File

@ -98,8 +98,9 @@ See the [./example](./example) folder for practical usage.
### Options ### Options
```text ```text
-V, --version Output the version number. --current-working-directory #0 The current working directory (default: process.cwd()).
-h, --help Display help for command. -V, --version Output the version number.
-h, --help Display help for command.
``` ```
## 💡 Contributing ## 💡 Contributing