[Vm-dev] [Pharo-dev] ./pharo --help returns exit code 1 on ubuntu

K K Subbu kksubbu.ml at gmail.com
Tue May 9 17:33:28 UTC 2017


On Tuesday 09 May 2017 09:40 PM, Ben Coman wrote:
> would then display...
>    -version              print version information, then exit
>
> instead of current...
>    --version              print version information, then exit

It is easy to change this to:

      [-]-version  .....

BTW, I just noticed that dash stripping code has to be done in 
parseArgument and not in vm_parseArgument. options are being handled by 
other vm-*-* code also :-(. Will post a fix soon.

Regards .. Subbu


More information about the Vm-dev mailing list