mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
My #3129 gate wrongly skipped provisioning for a bare `omniroute` invocation — but `serve` is isDefault:true, so bare runs the server, which needs the key. Only --version/--help/help/completion skip now. Realigns with #1622: its bootstrap test invoked `--help` (now correctly skipped), so it's switched to `config list --json` (a real, fast, offline command) to exercise the provisioning path.