showLicense function

void showLicense()

Show application license

Implementation

void showLicense() {
  print(cli.license);
}