On 2013-02-05, at 15:35, Stefan Marr <[email protected]> wrote:
> Hi Camilo: > > On 05 Feb 2013, at 15:12, Camillo Bruni wrote: > >>>> ./vm.sh $JOB_NAME.image config $REPO ConfigurationOfNabujito >>>> --install=development >> => self explaining, again you can see the help >> >>>> ./vm.sh $JOB_NAME.image test --junit-xml-output "Nabujito.*" >> => runs all tests in the Nabujito and subpackages, furthermore outputs >> jenkins readable test xmls > > Bye the way, thanks for those! They work nicely! > > And I really like the --help ;) > The only thing that's confusing for me is that -headless has an influence on > the semantics/operations but I guess that's intended. yes, there is some problem with the help switch end exiting prematurely: https://code.google.com/p/pharo/issues/detail?id=7405 and yes, arguments are not properly validated either... so it is very easy to break commands. Maybe we have time to use the OptionParser from Coral in the future.
