File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments