Skip to content

feat: persist all output, add --output flag#12

Open
tommy-mitchell wants to merge 6 commits intomainfrom
feat-persistent-output
Open

feat: persist all output, add --output flag#12
tommy-mitchell wants to merge 6 commits intomainfrom
feat-persistent-output

Conversation

@tommy-mitchell
Copy link
Owner

@tommy-mitchell tommy-mitchell commented Jan 22, 2024

  • Updates listr2 to access multiline output added in v7
    • Removes line-transform-stream in favor of built-in createWritable
  • Adds a new --output flag (options: all, last) to control the multiline behavior:
    • all: Prints all lines (default)
    • last: Prints only the latest line (old behavior)
  • Updates dependencies

type: "boolean",
default: true,
},
output: {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be changed to --output-type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant