Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #1: new <outputFormatter> option to change how task output is rendered #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rprieto
Copy link

@rprieto rprieto commented Oct 26, 2017

Here's a PR that allows to configure the output prefix.

I initially added many options like prefixSymbol = '→', repeatPrefix = true etc... but in the end it seemed simpler to offer the option of a custom formatter. Let me know what you think.

Usage:

const list = new Listr(tasks, {
  renderer: ListrMultilineRenderer,
  outputFormatter: line => `→ ${line}`
});

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