@click.command() @click.option('--pos', nargs=2, type=float) def findme(pos): click.echo('%s / %s' % pos). 为了更精确地控制参数格式,click ...
確定! 回上一頁