def console(ctx, container: str, user: str, tty: bool):
"""See command Help"""
if len(ctx.obj['CTS']) is not 0:
ct_choice = click.Choice(ctx.obj['CTS'])
ct_choice.convert(container, None, ctx)
ctx.obj['STAKKR'].console(container, _get_cmd_user(user, container), tty)
评论列表
文章目录