Open tsh-hashimoto opened 3 weeks ago
cobj -single-jar=HELLO.jar HELLO.cbl
can create HELLO.jar
.
I labeled bug
to this issue.
(I can't be sure, this is probably a bug)
mention to @yutaro-sakamoto Please keep this issue in your mind (it's low priority).
Hello.
cobj --help
says about-single-jar
that "Create [JAR file name].jar and remove class files". But, when I rancobj -single-jar=HELLO HELLO.cbl
, what generated was notHELLO.jar
butHELLO
. Is this behavior as you expected?