Skip to content

Commit 3cff78d

Browse files
committed
Added info about what the default save location and save name of the generated schema is
1 parent e679e02 commit 3cff78d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/murfey/cli/generate_openapi_schema.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ def run():
4646
default="",
4747
help=(
4848
"Alternative file path and file name to save the schema as. "
49-
"Can be a relative or absolute path"
49+
"Can be a relative or absolute path. \n"
50+
"By default, the schema will be saved to 'murfey/utils/', "
51+
"and it will have the name 'openapi.json' or 'openapi.yaml'."
5052
),
5153
)
5254
parser.add_argument(

0 commit comments

Comments
 (0)