//go:build !windows package main // showMessage is a no-op on non-Windows platforms. // The CLI output serves as the user interface. func showMessage(title, text string, isError bool) {}