Add save to json/yaml (ctrl-w)
This commit is contained in:
@ -154,7 +154,7 @@ class TreeList implements Countable
|
||||
if (!is_null($entry->key)) {
|
||||
echo (is_int($entry->key)
|
||||
?"\e[36;2m\u{e0b6}\e[7m#{$entry->key}\e[27m\u{e0b4}\e[22m "
|
||||
:"\e[36m\"{$entry->key}\":\e[37m ");
|
||||
:"\e[36m{$entry->key}:\e[37m ");
|
||||
}
|
||||
if ($entry->node instanceof ArrayNode) {
|
||||
echo "[";
|
||||
|
Reference in New Issue
Block a user