Files
drover-go/cmd/drover
root 15e4156802
Build / test (push) Successful in 19s
Build / build-windows (push) Successful in 6s
Release / release (push) Successful in 1m48s
main.go: open test window on bare 'drover' (no subcommand)
Without this, double-clicking drover.exe printed CLI help to stdout —
fine in a terminal but invisible to a user who just clicked an icon.
Adding a RunE on the root command opens the smoke-test message box
when no subcommand was given. CLI flags (--version, --help) and
explicit subcommands keep their old behaviour.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-01 03:02:02 +03:00
..