We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c51cf87 commit ff191a0Copy full SHA for ff191a0
scripts.py
@@ -84,7 +84,7 @@ def generate_docs():
84
def update_client():
85
if len(sys.argv) < 2:
86
raise RuntimeError("Missing fishjam openapi.yaml raw url positional argument")
87
-
+
88
url_or_path = sys.argv[1]
89
is_url = url_or_path.startswith("http://") or url_or_path.startswith("https://")
90
file_arg = f"--url {url_or_path}" if is_url else f"--path {url_or_path}"
0 commit comments