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.
--config
1 parent a3dc47f commit 73852f7Copy full SHA for 73852f7
jupyterhub_idle_culler/__init__.py
@@ -656,7 +656,7 @@ def _log_format_default(self):
656
aliases = {
657
"api-page-size": "IdleCuller.api_page_size",
658
"concurrency": "IdleCuller.concurrency",
659
- "config-file": "IdleCuller.config_file",
+ "config": "IdleCuller.config_file",
660
"cull-admin-users": "IdleCuller.cull_admin_users",
661
"cull-default-servers": "IdleCuller.cull_default_servers",
662
"cull-every": "IdleCuller.cull_every",
0 commit comments