From b0bb351bc8aeadd0eb25fe962262df24462c3a64 Mon Sep 17 00:00:00 2001 From: Andreas Lind Date: Sun, 26 Jul 2020 16:07:04 +0200 Subject: [PATCH] Update command line help in README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21a135e4..ce32f23a 100644 --- a/README.md +++ b/README.md @@ -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]