Source code for whisk.cli.log_tree

"""Helpers for logging setup steps in a visual tree."""

[docs]PARENT_TREE_NODE_PREFIX = "│\n├── "
[docs]CHILD_TREE_NODE_PREFIX = "| ├── "