When I run:
$ go run github.com/riverqueue/river/cmd/river@latest migrate-up
I get:
Error: required flag(s) "database-url" not set
Usage:
[...]
But the exit code is 0, which means success:
The command should exit with a non-zero code on error.
When I run:
I get:
But the exit code is 0, which means success:
The command should exit with a non-zero code on error.