/** * General app info for help and version commands. */ export interface CliInfo { appName: string; version: string; }