codehike
codehike copied to clipboard
MiniTerminal doesn't render text unless it starts with $
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" }
]}
/>