From c18656e41a3dca26d66a8f39f9a2f43422b8735e Mon Sep 17 00:00:00 2001 From: othercorey Date: Thu, 22 May 2025 06:58:23 -0500 Subject: [PATCH] Add notes for TreeHelper --- en/appendices/5-3-migration-guide.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/en/appendices/5-3-migration-guide.rst b/en/appendices/5-3-migration-guide.rst index 316ac76789..3ae2657571 100644 --- a/en/appendices/5-3-migration-guide.rst +++ b/en/appendices/5-3-migration-guide.rst @@ -49,6 +49,12 @@ Command create relative path symlinks. This is useful when creating symlinks within containers that use volume mounts. +Console +------- + +- Added ``TreeHelper`` which outputs an array as a tree such as an array of filesystem + directories as array keys and files as lists under each directory. + Routing -------