Update readme, add license

This commit is contained in:
Endeavorance 2025-05-27 09:36:10 -04:00
parent aff3fb81a1
commit 2cccb73fb6
3 changed files with 66 additions and 9 deletions

View file

@ -224,11 +224,12 @@ Usage:
echo "some markdown" | buildmd
Options:
--outfile, -o <file> Output file path
--outdir, -d <dir> Output directory path
--template, -t <file> Template file path
--stylesheet, -s <file> Stylesheet file path
--title, -T <string> Override title in template
--outfile, -o <file> Output path
--outdir, -d <dir> Output directory
--stdout Force output to stdout
--template, -t <file> Template path (default: _template.html)
--stylesheet, -s <file> Stylesheet path (default: _style.css)
--title, -T <string> Document title override
--help, -h Show this help message
`.trim(),
);