Skip to content

MiniTerminal doesn't render text unless it starts with $ #19

@ericclemmons

Description

@ericclemmons

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" }
  ]}
/>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions