edgedb-cli
edgedb-cli copied to clipboard
Confiusing output for `edgedb instance start --help`
Not sure what this means:
--auto-restart With --foreground stops server running in background. And
restarts the service back on exit.
It is literally what it does:
- stops server running in background
- Runs server in foreground
- restarts the service back when (2) exits.
This is kinda docker attach
to see logs but without actually attaching. Please propose a better phrasing.
I don't see too many confused users. That might mean that this function is little used, which is also fine. It was also in two stable releases, so it makes little sense to rename.