1
0
Fork 0
mirror of https://github.com/ethauvin/kobalt-doc.git synced 2025-04-24 19:47:11 -07:00

Document --downloadSources

This commit is contained in:
Cedric Beust 2017-03-30 13:36:37 -07:00
parent b70a77ec78
commit bda4b0e66b

View file

@ -725,6 +725,13 @@ New versions found:
</pre>
</td>
</tr>
<tr>
<td><code>--downloadSources</code></td>
<td>Boolean</td>
<td>false</td>
<td>Whenever dependencies are resolved, their sources and Javadoc are downloaded as well.</td>
<td>Mostly useful when used with <code>--resolve</code> or when Kobalt is launched in <code>--server</code> mode. </td>
</tr>
<tr>
<td><code>--dryRun</code></td>
<td>Boolean</td>