class MutuallyExclusiveCommandGroup(click.Group): def __init__(self, *args, **kwargs): kwargs['chain'] = True self.mutually_exclusive = [] super().
確定! 回上一頁