mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-08 15:05:17 +02:00
feat: +tree command
This commit is contained in:
parent
684730e94f
commit
6f4d30825f
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ from typing import Callable, Dict, List
|
|||
from gitignore_parser import parse_gitignore
|
||||
|
||||
|
||||
def tree(root: str | Path, gitignore: str | Path = None, run_command: bool = True) -> str:
|
||||
def tree(root: str | Path, gitignore: str | Path = None, run_command: bool = False) -> str:
|
||||
"""
|
||||
Recursively traverses the directory structure and prints it out in a tree-like format.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue