this.printer.drawRow([
      { text: ' ', style: chalk.hex(theme.stepHeaderColor) },
      { text: `⏎ ${command}`, style: chalk.hex(theme.stepHeaderColor).dim, fit: true }
    ])