We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66c82d commit ef2a87dCopy full SHA for ef2a87d
lib/cli/commands/tree.js
@@ -96,6 +96,7 @@ tree.handler = async function(argv) {
96
const connectorString = lastChild ? "╰─" : "├─";
97
console.log(
98
`${baseString}${connectorString} ${chalk.bold(project.getName())} ` +
99
+ `${project.getNamespace ? chalk.inverse(project.getNamespace()) + " " : ""}` +
100
chalk.dim(`(${project.getVersion()}, ${project.getType()}) `) +
101
chalk.dim.italic(`${project.getPath()}`)
102
);
0 commit comments