From da1395e21e003986958da78431376e32ab165ad3 Mon Sep 17 00:00:00 2001 From: David Majda Date: Wed, 22 Jun 2016 09:44:23 +0200 Subject: [PATCH] README.md: Describe the --dependency command-line option --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4048df3..0c089eb 100644 --- a/README.md +++ b/README.md @@ -94,6 +94,8 @@ You can tweak the generated parser with several options: allowed to start parsing from (default: the first rule in the grammar) * `--cache` — makes the parser cache results, avoiding exponential parsing time in pathological cases but making the parser slower + * `--dependency` — makes the parser require a specified dependency (can be + specified multiple times) * `--extra-options` — additional options (in JSON format) to pass to `peg.generate` * `--extra-options-file` — file with additional options (in JSON format) to