Procházet zdrojové kódy

celeryctl can now be configured on the commandline

Ask Solem před 13 roky
rodič
revize
61bb986c9a
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      celery/bin/celeryctl.py

+ 1 - 0
celery/bin/celeryctl.py

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