We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415f700 commit 38ddb00Copy full SHA for 38ddb00
djcelery/management/base.py
@@ -55,7 +55,7 @@ def _validate_thread_sharing(self):
55
56
class CeleryCommand(BaseCommand):
57
options = BaseCommand.option_list
58
- skip_opts = ['--app', '--loader', '--config']
+ skip_opts = ['--app', '--loader', '--config', '--no-color']
59
keep_base_opts = False
60
61
def get_version(self):
0 commit comments