This commit is contained in:
JeremyStar™ 2025-01-03 21:50:12 +01:00
parent 7f8736e57b
commit 35dafece68
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -23,25 +23,25 @@ For a list of data types, see [this sos!bashutils documentation page](https://ba
<td><code>NOFANCY</code></td> <td><code>NOFANCY</code></td>
<td><code>bool</code></td> <td><code>bool</code></td>
<td><code>false</code></td> <td><code>false</code></td>
<th>Whether to print things like the "Generation successful" message</th> <td>Whether to print things like the "Generation successful" message</td>
</tr> </tr>
<tr> <tr>
<td><code>RECURSE</code></td> <td><code>RECURSE</code></td>
<td><code>bool</code></td> <td><code>bool</code></td>
<td><code>false</code></td> <td><code>false</code></td>
<th>Whether to recurse downwards and create a directory index for all directories found</th> <td>Whether to recurse downwards and create a directory index for all directories found</td>
</tr> </tr>
<tr> <tr>
<td><code>MINIFY</code></td> <td><code>MINIFY</code></td>
<td><code>bool</code></td> <td><code>bool</code></td>
<td><code>false</code></td> <td><code>false</code></td>
<th>Whether to minify the final output. This will just remove all newlines</th> <td>Whether to minify the final output. This will just remove all newlines</td>
</tr> </tr>
<tr> <tr>
<td><code>OUTPUT</code></td> <td><code>OUTPUT</code></td>
<td><code>str</code></td> <td><code>str</code></td>
<td><code>./index.html</code></td> <td><code>./index.html</code></td>
<th>Where gendex should output it's generated HTML file to</th> <td>Where gendex should output it's generated HTML file to</td>
</tr> </tr>
<tr> <tr>
<td><code>LOCALPATH</code></td> <td><code>LOCALPATH</code></td>
@ -53,7 +53,7 @@ For a list of data types, see [this sos!bashutils documentation page](https://ba
<td><code>TEMPLATE</code></td> <td><code>TEMPLATE</code></td>
<td><code>str</code></td> <td><code>str</code></td>
<td><code></code></td> <td><code></code></td>
<th>The absolute location of the .html template to use. Uses the standard template if empty</th> <td>The absolute location of the .html template to use. Uses the standard template if empty</td>
</tr> </tr>
</table> </table>