소스 검색

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: