opensourcecobol / opensourcecobol4j

A new version of opensourcecobol. Translate COBOL to Java.
https://opensourcecobol.github.io/opensourcecobol4j/
GNU General Public License v3.0
74 stars 34 forks source link

`cobjrun` doesn't work well #514

Open tsh-hashimoto opened 1 month ago

tsh-hashimoto commented 1 month ago

Hi, collaborators.

When I ran cobjrun --help, the following message was displayed:

$ cobjrun --help
Failed to parse arguments.
Run cobjrun --help.

However, when I simply ran cobjrun, the following output was displayed:

$ cobjrun
Usage: cobjrun [--include=PATH] PROGRAM-ID
 --include=PATH   Specify the directory path containing jar files
 --help           Display this message
 --version        Display runtime version

I received the same message (Failed to ~~~) with cobjrun --version.

Could you please check this?

For reference, I use version 1.1.2.

yutaro-sakamoto commented 1 month ago

We do not maintain cobjrun. Please use java command instead of cobjrun I am going to remove this command by the end of this month.