You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Improve error message handling in tree and flatten commands
This commit modifies the error handling in the `tree_command` and `flatten_command` functions to print error messages without Rich markup parsing. The changes ensure that unexpected errors are displayed clearly, even when they contain markup-like characters. Additionally, a new test has been added to verify that exceptions with such characters are handled correctly.
0 commit comments