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 170c61a commit 8eb2c65Copy full SHA for 8eb2c65
vec_inf/cli/_cli.py
@@ -159,7 +159,7 @@ def launch(
159
# Display launch information
160
launch_formatter = LaunchResponseFormatter(model_name, launch_response.config)
161
162
- if cli_kwargs.get("json_mode"):
+ if json_mode:
163
click.echo(json.dumps(launch_response.config))
164
else:
165
launch_info_table = launch_formatter.format_table_output()
0 commit comments