-
Notifications
You must be signed in to change notification settings - Fork 44
feat: add tree #57
feat: add tree #57
Conversation
Codecov Report
@@ Coverage Diff @@
## master #57 +/- ##
==========================================
+ Coverage 46.64% 50.92% +4.28%
==========================================
Files 13 14 +1
Lines 298 377 +79
Branches 67 80 +13
==========================================
+ Hits 139 192 +53
- Misses 129 151 +22
- Partials 30 34 +4
Continue to review full report at Codecov.
|
} | ||
|
||
export default function tree() { | ||
return new Tree() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I may be wrong, but this looks like it makes a singleton tree. Can you use cli.tree()
multiple times without it displaying the information from the previous tree?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, cli.tree()
just instantiates a new Tree. Also, Tree
is exported if folks want the ol'fashion'd way.
@jdxcode ping |
# [4.9.0](v4.8.2...v4.9.0) (2018-10-10) ### Features * add tree ([#57](#57)) ([8d742a7](8d742a7))
🎉 This PR is included in version 4.9.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
No description provided.