@override bool confirm({ required String prompt, bool? defaultValue, }) => mason.confirm( prompt, defaultValue: defaultValue ?? false, );