Fix tags
This commit is contained in:
parent
7f8736e57b
commit
35dafece68
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -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>bool</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>
|
||||
<td><code>RECURSE</code></td>
|
||||
<td><code>bool</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>
|
||||
<td><code>MINIFY</code></td>
|
||||
<td><code>bool</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>
|
||||
<td><code>OUTPUT</code></td>
|
||||
<td><code>str</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>
|
||||
<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>str</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>
|
||||
</table>
|
||||
|
||||
|
|
Loading…
Reference in a new issue