Skip to content

Commit

Permalink
Update cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
bnimam committed Sep 19, 2022
1 parent 310ab0e commit 5a50f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookie_composer/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def create(
is_flag=True,
help="Do not load a config file. Use the defaults instead",
)
@click.argument("path_or_url", type=str, required=True, help="The template or composition path or URL")
@click.argument("path_or_url", type=str, required=True)
@click.argument(
"destination", required=False, type=click.Path(exists=True, file_okay=False, writable=True, path_type=Path)
)
Expand Down

0 comments on commit 5a50f14

Please sign in to comment.