We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b24dc commit f887169Copy full SHA for f887169
cmd/migrate-curio/main.go
@@ -65,8 +65,9 @@ func main() {
65
Value: "5433",
66
},
67
&cli.StringFlag{
68
- Name: "api-lid",
69
- Usage: "Boostd-data service API endpoint. Service must be running.",
+ Name: "api-lid",
+ Usage: "Boostd-data service API endpoint. Service must be running.",
70
+ Required: true,
71
72
73
Commands: []*cli.Command{
0 commit comments