docs: add options for watch and force polling (#7918)
Merge pull request 7918
This commit is contained in:
parent
9292b719bd
commit
89dc5c2857
|
@ -171,6 +171,7 @@ class="flag">flags</code> (specified on the command-line) that control them.
|
|||
<p class="description">Enable auto-regeneration of the site when files are modified.</p>
|
||||
</td>
|
||||
<td class="align-center">
|
||||
<p><code class="option">watch: BOOL</code></p>
|
||||
<p><code class="flag">-w, --[no-]watch</code></p>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -248,6 +249,7 @@ class="flag">flags</code> (specified on the command-line) that control them.
|
|||
<p class="description">Force watch to use polling.</p>
|
||||
</td>
|
||||
<td class="align-center">
|
||||
<p><code class="option">force_polling: BOOL</code></p>
|
||||
<p><code class="flag">--force_polling</code></p>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue