cli.py 文件源码

python
阅读 22 收藏 0 点赞 0 评论 0

项目:stakkr 作者: edyan 项目源码 文件源码
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)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号