Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BulletTree = Bullets{output.TreeMid, output.TreeMid, output.TreeLink + " ", output.TreeEnd}
BulletTree outputs a list like:
├─ one ├─ two │ wrapped └─ three
View Source
var BulletTreeDisabled = Bullets{ "[DISABLED]" + output.TreeMid + "[/RESET]", "[DISABLED]" + output.TreeMid + "[/RESET]", "[DISABLED]" + output.TreeLink + " [/RESET]", "[DISABLED]" + output.TreeEnd + "[/RESET]", }
BulletTreeDisabled is like BulletTree, but tags the tree glyphs with [DISABLED].
View Source
var HeadedBulletTree = Bullets{"", output.TreeMid, output.TreeLink + " ", output.TreeEnd}
HeadedBulletTree outputs a list like:
one ├─ two │ wrapped └─ three
Functions ¶
func NewBulletList ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.