浏览代码

celeryctl can now be configured on the commandline

Ask Solem 13 年之前
父节点
当前提交
61bb986c9a
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      celery/bin/celeryctl.py

+ 1 - 0
celery/bin/celeryctl.py

@@ -456,6 +456,7 @@ help = command(help)
 
 class celeryctl(CeleryCommand):
     commands = commands
+    enable_config_from_cmdline = True
 
     def execute(self, command, argv=None):
         try: