corrected card args
Deploy Website / build (push) Successful in 18s
Details
Deploy Website / build (push) Successful in 18s
Details
This commit is contained in:
parent
ab7fe18437
commit
e27139b6bc
|
@ -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"""
|
||||
|
|
Loading…
Reference in New Issue