byteface / sharpshooter

A shorthand for creating files and folders. (A parser could be written in any language)
MIT License
11 stars 1 forks source link

minus doesn't stop creation of nested children #15

Open byteface opened 3 years ago

byteface commented 3 years ago

if it was minused it should NOT create children.. currently they then go to the wrong dir

-proj # TODO - this should fail to create subsequent nested files/folders
    +archive
    +docs
    +src
    +tests
    .gitignore
    .travis.yml
    LICENSE
    README.md
    requirements.txt
    setup.py
    tox.ini
byteface commented 2 years ago

i think this is resolved utilising dead_dir var. however another issue is user incorrectly nesting inside a file. where that happens it should fails and does. but i think may not if there's multiple.