Skip to content

Commit ef2a87d

Browse files
committed
[INTERNAL] Tree: Also show project namespace
1 parent e66c82d commit ef2a87d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/cli/commands/tree.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ tree.handler = async function(argv) {
9696
const connectorString = lastChild ? "╰─" : "├─";
9797
console.log(
9898
`${baseString}${connectorString} ${chalk.bold(project.getName())} ` +
99+
`${project.getNamespace ? chalk.inverse(project.getNamespace()) + " " : ""}` +
99100
chalk.dim(`(${project.getVersion()}, ${project.getType()}) `) +
100101
chalk.dim.italic(`${project.getPath()}`)
101102
);

0 commit comments

Comments
 (0)