package cmd type OutputProvider interface { Convert(item any) (string, error) }