Hexaville
Hexaville copied to clipboard
when the path specified by --dest option doesn't exist, it creates it
Agenda
When calling $ Hexaville generate <projectname> --dest <destination>
with non-exist destination path, it creates the path.
I think it should raise an error rather than create create directories.
hmm, I think it depends on user. So both of usages are conceivable.
Make default behavior raising error and add brand new -f
option to use mkdir -p is better? how is it?
Make default behavior raising error and add brand new -f option to use mkdir -p is better? how is it?
That's preferrable I think.
For now, even if we specify a wrong destination path, it doesn't let us know that, so I write this issue.
Okay, I'll add this to load map. Or if.. if you have interested in this feature, PR is always welcome! Anyways, Thanks for your opinion.
Hmm I'm busy playing ARKit and CoreML for these days sorry
Haha, no worries. They must be exciting!