showVersion function

void showVersion()

Show application version

Implementation

void showVersion() {
  print('${cli.appName} ${cli.version}');
}