Skip to content

Commit 364d455

Browse files
committed
make clone path required
1 parent 6ccc309 commit 364d455

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ program
176176
.command("clone")
177177
.description("Clone an automerge URL into a directory")
178178
.argument("<url>", "automerge: URL")
179-
.argument("[dir]", "Target directory", ".")
179+
.argument("<dir>", "Target directory")
180180
.option("--no-sub", "Use the legacy WebSocket sync backend instead of Subduction")
181181
.option("--legacy", "Alias for --no-sub")
182182
.option(

0 commit comments

Comments
 (0)