printUsage method

dynamic printUsage()

Implementation

printUsage() {
  print(UsageBuilder(_specs).output());
}