writeConvertingIntIdMessage static method
Implementation
static void writeConvertingIntIdMessage(AFCommandContext context) {
context.output.writeTwoColumns(col1: "info ", col2: "Converting 'int id' to a String on the client, so that String test ids can be used");
}