Change Default Output to Tree Format
Change Default Output to Tree Format
The user wanted to change the default output of a command to show a nested tree structure instead of JSON, with JSON available only when specifically requested. The update was successfully made, including adding a format option, updating tests and documentation, and pushing the changes. The command now defaults to a readable tree format, with JSON output accessible via a format flag.