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.
2 parents d231521 + 38ddb00 commit 49e3fbbCopy full SHA for 49e3fbb
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