createLinesWithOptions method

List<String> createLinesWithOptions(
  1. AFCommandContext context,
  2. List<String> options
)

Implementation

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