test.md
ProjectName
├──src
├──-wrongindent
text that isn't part of the tree
Output:
--- Building structure in 'E:\Study\Python\Package' ---
Creating FILE: ProjectName
Creating FILE: src
Creating FILE: -wrongindent
Creating FILE: text that isn't part of the tree
Nirman has finished.
Expectated : CLI should detect malformed or unparsable lines and either skip them with a warning or fail clearly (no partial creation).
test.md
Output:
Expectated : CLI should detect malformed or unparsable lines and either skip them with a warning or fail clearly (no partial creation).