Compare commits
No commits in common. "b73121278893c82c1f752c85b004d8caa1d53d1c" and "8440e68626754961baed2eeedba63361684ad8d7" have entirely different histories.
b731212788
...
8440e68626
|
@ -47,7 +47,8 @@ By default, `tree_structurer` ignores files and folders that start with `_` or `
|
||||||
#### Example Output
|
#### Example Output
|
||||||
|
|
||||||
```
|
```
|
||||||
Analyzing directory: /path/to/directory:
|
dir Structure for /path/to/directory:
|
||||||
|
/path/to/directory
|
||||||
├── main.py
|
├── main.py
|
||||||
├── module1
|
├── module1
|
||||||
│ ├── __init__.py
|
│ ├── __init__.py
|
||||||
|
|
Loading…
Reference in New Issue