We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to add unicode to the tree and also use something like chalk.bold() on the tree. For example, I have this:
└─ npm-link-up (root) └─ node_modules ├─ @oresoftware/shell ├─ json-stdio ├─ prepend-transform └─ residence
and it would be really awesome to have this:
└─ npm-link-up (root) └─ node_modules ├─ @oresoftware/shell ⏰ ├─ json-stdio ⏰ ├─ prepend-transform ⏰ └─ residence ⏰
and have bold branches using chalk.bold(), etc, is it possible somehow?
chalk.bold()
The text was updated successfully, but these errors were encountered:
Right now if I do this:
node[name] = ' ⏰';
instead of
node[name] = null;
then that works. But I will still looking to get bold characters if possible
Sorry, something went wrong.
No branches or pull requests
I would like to add unicode to the tree and also use something like chalk.bold() on the tree. For example, I have this:
and it would be really awesome to have this:
and have bold branches using
chalk.bold()
, etc, is it possible somehow?The text was updated successfully, but these errors were encountered: