@override Future<int> doRun() async { printInfo('Enter you name: '); final name = readLine(); printInfo('Hello $name'); return 0; }