Skip to content

Commit 678d3c9

Browse files
committed
Add class WHY for Viewer::DirTree
1 parent 3797e07 commit 678d3c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/Terminal/Widgets/Viewer/DirTree.rakumod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ use Terminal::Widgets::SpanStyle;
66
use Terminal::Widgets::Viewer::Tree;
77

88

9+
#| Tree viewer class specialized for directory trees, with dircolors awareness
910
class Terminal::Widgets::Viewer::DirTree
1011
is Terminal::Widgets::Viewer::Tree {
1112
has Color::DirColors:D $.dir-colors .= new-from-env;

0 commit comments

Comments
 (0)