Skip to content

Commit 1c15209

Browse files
committed
feat(sync): Allow vcspull sync --config, not just -c
vcspull sync --config /path/to/file
1 parent 22de3fc commit 1c15209

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vcspull/cli/sync.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def clamp(n, _min, _max):
6262
)
6363
@click.option(
6464
"config",
65+
"--config",
6566
"-c",
6667
type=click.Path(exists=True),
6768
help="Specify config",

0 commit comments

Comments
 (0)