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 1ea02c9 commit 9278014Copy full SHA for 9278014
packages/service-integration/src/service_integration/cli/__init__.py
@@ -72,8 +72,8 @@ def main(
72
app.command("compose")(_compose_spec.create_compose)
73
app.add_typer(config_app, name="config", help="Manage osparc config files")
74
app.command("test")(_test.run_tests)
75
+app.command("legacy-escape")(_escaping.legacy_escape)
76
# legacy
77
app.command("bump-version")(_metadata.bump_version)
78
app.command("get-version")(_metadata.get_version)
79
app.command("run-creator")(_run_creator.run_creator)
-app.command("legacy-escape")(_escaping.legacy_escape)
0 commit comments