1
1
mirror of https://github.com/theoludwig/html-w3c-validator.git synced 2024-07-20 07:30:11 +02:00

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

This commit is contained in:
Théo LUDWIG 2024-02-02 08:22:57 +01:00
parent 04a2742e46
commit 2e0e136355
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

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