Skip to content

Commit

Permalink
Update command line help in README
Browse files Browse the repository at this point in the history
  • Loading branch information
papandreou committed Jul 26, 2020
1 parent 071fbf8 commit b0bb351
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,15 @@ Options:
values: auto, block, swap, fallback, optional
[string] [choices: "auto", "block", "swap", "fallback", "optional"] [default: "swap"]
--formats Font formats to use when subsetting.
[array] [choices: "woff2", "woff", "truetype"] [default: ["woff2","woff"]]
[array] [choices: "woff2", "woff", "truetype"] [default: ["woff2","woff"]]
--subset-per-page Create a unique subset for each page.
[boolean] [default: false]
--recursive, -r Crawl all HTML-pages linked with relative and root relative
links. This stays inside your domain
[boolean] [default: false]
--harfbuzz Experimental: Use the harfbuzz subsetter instead of
pyftsubset. Requires node.js 10+ for wasm support
[boolean] [default: false]
--silent, -s Do not write anything to stdout [boolean] [default: false]
--debug, -d Verbose insights into font glyph detection
[boolean] [default: false]
Expand Down

0 comments on commit b0bb351

Please sign in to comment.