Fabric 2任务参数文档:
http://docs.pyinvoke.org/zh-CN/latest/concepts/invoking-tasks.html#task-
command-line-arguments
Fabric 1.X使用以下语法将参数传递给任务:
fab task:'hello world' fab task:something='hello' fab task:foo=99,bar=True fab task:foo,bar
您可以在Fabric文档中阅读有关它的更多信息。



