async notifyProgress()

in packages/cli/src/standalone-impl.ts [13:15]


  async notifyProgress(progress: ProgressInfo): Promise<void> {
    console.log(`progress: ${progress.value}%`);
  }