Update readme, add license
This commit is contained in:
parent
aff3fb81a1
commit
2cccb73fb6
3 changed files with 66 additions and 9 deletions
11
src/index.ts
11
src/index.ts
|
@ -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(),
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue