when you add default="" then an empty string is also accepted: @click.option('-d', '--description', prompt=True, default=""). Note that required is not a ...
確定! 回上一頁