Hi-- I've seen this come up several times (and it's in "Deep") but I can't seem to actually make Command Line Arguments work.Pharo.exe Pharo4.0image 99 100 101 Also, I note that: |
there should be a handler name in there. Like in pharo-ui Pharo.image st somefile.st st is the handler. Check subclasses of CommandLineHandler including class side. Phil On Apr 27, 2016 6:50 PM, "blake watson" <[hidden email]> wrote:
|
pharo Pharo.image --list will give you the command lines available, then pharo Pharo.image aCommand --help will give you the subcommands possible in your case, you want something like this: pharo Pharo.image eval “99 factorial” cheers, Esteban ps: this questions are more for the pharo-users list than pharo-dev :)
|
Phil, Estevan-- I think part of what confused me is that there's no printout at all under Windows, so Pharo opens and says "Yep, that worked." But there's no actual output anywhere.>>ps: this questions are more for the pharo-users list than pharo-dev :) Duly noted. For some reason, I thought that was defunct. (But I had just unsubscribed somehow.) On Wed, Apr 27, 2016 at 11:53 AM, Esteban Lorenzano <[hidden email]> wrote:
|
Le 27/04/2016 22:51, blake watson a écrit :
> Phil, Estevan-- > > I think part of what confused me is that there's no printout at all > under Windows, so Pharo opens and says "Yep, that worked." But there's > no actual output anywhere. Hi, This is because stdin/stdout/stderr stream does not work on windows :( There might be a "stderr" file close to your image with the output. > >>>ps: this questions are more for the pharo-users list than pharo-dev :) > > Duly noted. For some reason, I thought that was defunct. (But I had just > unsubscribed somehow.) > > -- Cyril Ferlicot http://www.synectique.eu 165 Avenue Bretagne Lille 59000 France signature.asc (836 bytes) Download Attachment |
Free forum by Nabble | Edit this page |