call method

Future<bool> call()

Implementation

Future<bool> call() async {
  output.title('CLI at ${Constants.packageVersion}');
  return true;
}