如何让flask cli命令接受参数?Flask似乎自定义了Click Group对象,因此这不起作用:@app.cli.command() @app.cli.argument('email') def ...
確定! 回上一頁