createLinesWithOptions method
Implementation
List<String> createLinesWithOptions(AFCommandContext context, List<String> options) {
final buffer = toBuffer(context);
return buffer.lines;
}
List<String> createLinesWithOptions(AFCommandContext context, List<String> options) {
final buffer = toBuffer(context);
return buffer.lines;
}