Skip to content

Commit 516dfb9

Browse files
committed
Updated documentation
1 parent fbac54a commit 516dfb9

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,8 @@ options:
860860
dump actual configuration into JSON file and quit
861861
-s, --dump-schema dump configuration schema into OpenAPI-compatible file and quit
862862
-m, --dump-models dump schemas for all models into OpenAPI-compatible file and quit
863+
-gr, --dump-models-group DUMP_MODELS_GROUP
864+
dump schemas for selected models group into OpenAPI-compatible file and quit
863865
-c, --config CONFIG_FILE
864866
path to configuration file (default: lightspeed-stack.yaml)
865867
--synthesized-config-output SYNTHESIZED_CONFIG_OUTPUT

src/lightspeed_stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def create_argument_parser() -> ArgumentParser:
7878
dest="dump_models_group",
7979
help="dump schemas for selected models group into OpenAPI-compatible file and quit",
8080
action="store",
81-
default=False,
81+
default=None,
8282
)
8383
parser.add_argument(
8484
"-c",

0 commit comments

Comments
 (0)