I'm evaluating Naturals Docs and it seems really powerful..
however, I can't put anywhere (project, input, output) my work directory because I obtain the error :
"Unrecognized option -" and obviouly an
"Unrecognized element" just after because it cut the directory path at the "-"..
my directory path is like that : "00 - dev directory"
could I do something or it is a bug ?
anga
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The problem is indeed with the dash because that's what's used to separate the command line options: -i, -o, etc. I might look into this for a future version but for right now, no, you cannot use a directory with a dash in it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm evaluating Naturals Docs and it seems really powerful..
however, I can't put anywhere (project, input, output) my work directory because I obtain the error :
"Unrecognized option -" and obviouly an
"Unrecognized element" just after because it cut the directory path at the "-"..
my directory path is like that : "00 - dev directory"
could I do something or it is a bug ?
anga
The problem is indeed with the dash because that's what's used to separate the command line options: -i, -o, etc. I might look into this for a future version but for right now, no, you cannot use a directory with a dash in it.
so, thanks for advance to think about..