MCPcopy Create free account
hub / github.com/benzaita/dockerized-cli / compose

Function compose

dockerized/ui/cli.py:136–141  ·  view source on GitHub ↗
(command)

Source from the content-addressed store, hash-verified

134)
135@click.argument('command', nargs=-1, type=click.UNPROCESSED)
136def compose(command):
137 exit_code = 0
138 with friendly_dockerized_errors(click):
139 compose_command = ComposeCommand(command)
140 exit_code = compose_command.run()
141 click.get_current_context().exit(exit_code)
142
143
144@main.command()

Callers

nothing calls this directly

Calls 3

runMethod · 0.95
ComposeCommandClass · 0.90

Tested by

no test coverage detected