Skip to content

Commit 9278014

Browse files
author
Andrei Neagu
committed
refactor registration
1 parent 1ea02c9 commit 9278014

File tree

1 file changed

+1
-1
lines changed
  • packages/service-integration/src/service_integration/cli

1 file changed

+1
-1
lines changed

packages/service-integration/src/service_integration/cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ def main(
7272
app.command("compose")(_compose_spec.create_compose)
7373
app.add_typer(config_app, name="config", help="Manage osparc config files")
7474
app.command("test")(_test.run_tests)
75+
app.command("legacy-escape")(_escaping.legacy_escape)
7576
# legacy
7677
app.command("bump-version")(_metadata.bump_version)
7778
app.command("get-version")(_metadata.get_version)
7879
app.command("run-creator")(_run_creator.run_creator)
79-
app.command("legacy-escape")(_escaping.legacy_escape)

0 commit comments

Comments
 (0)