feat: add --list-formats-csv option (#58)

resolve #56
This commit is contained in:
Thomas M. Edwards 2023-11-06 13:50:05 -06:00 committed by GitHub
parent aba7e432ea
commit a5565f8f3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 0 deletions

View file

@ -48,6 +48,7 @@ Where <code>[options]</code> are mostly optional configuration flags—see [Opti
<dt><kbd>--head=FILE</kbd></dt><dd>Name of the file whose contents will be appended as-is to the &lt;head&gt; element of the compiled HTML.</dd>
<dt><kbd>--list-charsets</kbd></dt><dd>List the supported input character sets, then exit.</dd>
<dt><kbd>--list-formats</kbd></dt><dd>List the available story formats, then exit.</dd>
<dt><kbd>--list-formats-csv</kbd></dt><dd>List the available story formats as CSV, then exit.</dd>
<dt><kbd>--log-files</kbd></dt>
<dd>
<p>Log the processed input files.</p>