From af8ad85858f10acaadf0fece477c3c2254568c7a Mon Sep 17 00:00:00 2001 From: Felix Schlitter Date: Fri, 17 Feb 2017 07:33:10 +1300 Subject: [PATCH] Update README.md --- README.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/README.md b/README.md index ee600948..7c73468e 100644 --- a/README.md +++ b/README.md @@ -211,11 +211,6 @@ and can be serialized. The output can further be passed to `neodoc.run`. This av neodoc having to parse and solve the original help text again, since parsing JSON is a order of magnitude faster to parse. -Options: - -* `opts.smartOptions` - Enable parsing groups that "look like" options as - options. For example: `[-f ARG...]` means `[-f=ARG...]` - ## Language overview and terminology This section gives an overview over the neodoc cli **specification** language.