docs(readme): requireConfig now accept required, optional, ignored not boolean. (#901)

This commit is contained in:
leavesster 2024-12-31 17:39:57 +08:00 committed by GitHub
parent 322dce6952
commit 088a5cd6ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -64,7 +64,7 @@ This disables the requirement of a configuration file for the repository and dis
```js ```js
onboarding: false, onboarding: false,
requireConfig: false, requireConfig: 'optional',
``` ```
### `docker-cmd-file` ### `docker-cmd-file`