def wrapped(*args, **kwargs): try: return fun(*args, **kwargs). except Exception as e: raise click.ClickException(f"{e.
確定! 回上一頁