run method

void run(
  1. List<String> args
)

Implementation

void run(List<String> args) {
  final pen = AnsiPen()..green(bold: true);
  print('${pen('Bipul CLI')} version $currentVersion');
  print('Built with ❤️ for Flutter developers');
}