ProfileHarnessCommand constructor

ProfileHarnessCommand(
  1. String entrypointPath
)

Implementation

ProfileHarnessCommand(this.entrypointPath) {
  registerHarnessFlags();
  registerProfileHarnessFlags();
}