From 25ea1e298ecd3e774cb84878d5b8e33d6186be28 Mon Sep 17 00:00:00 2001 From: Mark Brockhoff Date: Thu, 14 Jul 2022 11:28:55 +0200 Subject: [PATCH] docs: Document new parameters --- README.md | 3 ++- docs/basic-usage.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7c3a945c..429f905e 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,8 @@ $ openapi --help --exportModels Write models to disk (default: true) --exportSchemas Write schemas to disk (default: false) --indent Indentation options [4, 2, tab] (default: "4") - --postfix Service name postfix (default: "Service") + --postfixServices Service name postfix (default: "Service") + --postfixModels Model name postfix --request Path to custom request file -h, --help display help for command diff --git a/docs/basic-usage.md b/docs/basic-usage.md index 5b110f2a..d02da088 100644 --- a/docs/basic-usage.md +++ b/docs/basic-usage.md @@ -18,7 +18,8 @@ $ openapi --help --exportModels Write models to disk (default: true) --exportSchemas Write schemas to disk (default: false) --indent Indentation options [4, 2, tab] (default: "4") - --postfix Service name postfix (default: "Service") + --postfixServices Service name postfix (default: "Service") + --postfixModels Model name postfix --request Path to custom request file -h, --help display help for command