We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d49cea5 commit 7bd98e8Copy full SHA for 7bd98e8
README.md
@@ -63,7 +63,7 @@ Using `npx` you can run the script without installing it first:
63
|`-S` or `--ssl` |Enable https.| |
64
|`-C` or `--cert` |Path to ssl cert file |`cert.pem` |
65
|`-K` or `--key` |Path to ssl key file |`key.pem` |
66
-|`-r` or `--robots` |Provide a /robots.txt `User-agent: *\nDisallow: /` | |
+|`-r` or `--robots` | Automatically provide a /robots.txt (The content of which defaults to `User-agent: *\nDisallow: /`) | `false` |
67
|`--no-dotfiles` |Do not show dotfiles| |
68
|`--mimetypes` |Path to a .types file for custom mimetype definition| |
69
|`-h` or `--help` |Print this list and exit. | |
0 commit comments