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

Function shell

dockerized/ui/cli.py:121–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119 short_help='Enter an interactive shell inside the container'
120)
121def shell():
122 exit_code = 0
123 with friendly_dockerized_errors(click):
124 shell_command = ShellCommand()
125 exit_code = shell_command.run()
126 click.get_current_context().exit(exit_code)
127
128
129@main.command(

Callers

nothing calls this directly

Calls 3

runMethod · 0.95
ShellCommandClass · 0.90

Tested by

no test coverage detected