codehike icon indicating copy to clipboard operation
codehike copied to clipboard

MiniTerminal doesn't render text unless it starts with $

Open ericclemmons opened this issue 4 years ago • 0 comments

Not all terminal output starts with a command. For example, with multiple steps, it sometimes makes sense to "paginate" the output like:

<MiniTerminal
  steps={[
    { text: "$ my-command" },
    { text: "About my-command" }
  ]}
/>

ericclemmons avatar Dec 17 '20 17:12 ericclemmons