Adding the -p option has not impact for version 0.5.8-rc.4.
I'm running the command dukat -d src/main/kotlin/rangeParser -p com.test.rangeparser ts.declarations/range-parser.d.ts. This generates the files in the correct folder, but it does not add the expected package com.test.rangeparser in any of the generated files.
Adding the
-p
option has not impact for version 0.5.8-rc.4.I'm running the command
dukat -d src/main/kotlin/rangeParser -p com.test.rangeparser ts.declarations/range-parser.d.ts
. This generates the files in the correct folder, but it does not add the expectedpackage com.test.rangeparser
in any of the generated files.