We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e679e02 commit 3cff78dCopy full SHA for 3cff78d
1 file changed
src/murfey/cli/generate_openapi_schema.py
@@ -46,7 +46,9 @@ def run():
46
default="",
47
help=(
48
"Alternative file path and file name to save the schema as. "
49
- "Can be a relative or absolute path"
+ "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'."
52
),
53
)
54
parser.add_argument(
0 commit comments