khaos-create -d <directory> is kind of weird to me
matthewmueller opened this issue · 1 comments
matthewmueller commented
Took me a bit to understand what was going on. Seems like -d <directory>
is the root of the available templates.
What about just specifying the directory outright?
Instead of:
khaos create -d . khaos-node node-starter
It would be:
khaos create khaos-node/ node-starter
ianstormtaylor commented
is that example purposely trying to create from a template directory that is in the same directory as where the destination folder will be written?