I couldn't find a contributing guide, so I've tried to imitate the general implementation as best I could.
I'm working on a command line tool that builds a folder tree conditionally, so I would like to ensure that a folder or file hasn't been created if a condition is untrue.
I couldn't find a contributing guide, so I've tried to imitate the general implementation as best I could.
I'm working on a command line tool that builds a folder tree conditionally, so I would like to ensure that a folder or file hasn't been created if a condition is untrue.
Based on https://github.com/vesln/nixt/issues/10#issuecomment-73494716 I've added
notExist
.Nixt is a great tool, thanks for putting it together 😄