Skip to content

Commit 06b8d7f

Browse files
committed
missing legacy cli cmd kwarg
1 parent d1c4a9c commit 06b8d7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • emmet-cli-legacy/emmet/cli/legacy

emmet-cli-legacy/emmet/cli/legacy/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def make_comment(ctx, txt):
9898
)
9999
@click.option("--tar", is_flag=True, help="tar blocks after backup and clean")
100100
@click.pass_context
101-
def backups(ctx, clean, tar):
101+
def backups(ctx, clean, exhaustive, tar):
102102
"""Scan root directory and submit separate backup jobs for subdirectories containing blocks"""
103103
ctx.parent.params["nmax"] = sys.maxsize # disable maximum launchers for backup
104104
subdir_block_launchers = defaultdict(lambda: defaultdict(list))

0 commit comments

Comments
 (0)