mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-02-04 18:37:26 +08:00
add archivebox worker cli cmd to list of all cmds
This commit is contained in:
parent
bab26d6a9b
commit
930b9bf386
@ -37,6 +37,7 @@ class ArchiveBoxGroup(click.Group):
|
||||
'server': 'archivebox.cli.archivebox_server.main',
|
||||
'shell': 'archivebox.cli.archivebox_shell.main',
|
||||
'manage': 'archivebox.cli.archivebox_manage.main',
|
||||
'worker': 'archivebox.cli.archivebox_worker.main',
|
||||
}
|
||||
all_subcommands = {
|
||||
**meta_commands,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user