corrected card args
Deploy Website / build (push) Successful in 18s Details

This commit is contained in:
James Ravenscroft 2024-10-28 20:38:31 +00:00
parent ab7fe18437
commit e27139b6bc
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ def single(workspace_path, input_file):
@cli.command()
@click.option("--input-file", "-i", required=True, type=click.Path(exists=True))
@click.option("--subdir", "-i", required=True, type=click.Path(exists=True))
@click.option("--workspace-path", "-w", required=True, type=click.Path(exists=True))
def tree(workspace_path, subdir):
"""Retursively walk subdir and generate title cards for all posts"""