Skip to content

Commit f887169

Browse files
committed
make lid mandatory
1 parent 81b24dc commit f887169

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cmd/migrate-curio/main.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ func main() {
6565
Value: "5433",
6666
},
6767
&cli.StringFlag{
68-
Name: "api-lid",
69-
Usage: "Boostd-data service API endpoint. Service must be running.",
68+
Name: "api-lid",
69+
Usage: "Boostd-data service API endpoint. Service must be running.",
70+
Required: true,
7071
},
7172
},
7273
Commands: []*cli.Command{

0 commit comments

Comments
 (0)