pharo-project / pharo-zeroconf

ZeroConf script generator for http://get.pharo.org
16 stars 15 forks source link

Listing command line handlers produces no output #15

Closed hernanmd closed 6 years ago

hernanmd commented 6 years ago

On Windows 8.1 with MSYS the following command:

$ ./pharo Pharo.image --list

produces no output.

Image (currently 6.1) downloaded as:

wget -O- --no-check-certificate https://get.pharo.org/ | bash

Version information:

$ bash --version
GNU bash, version 3.1.23(1)-release (i686-pc-msys)
Copyright (C) 2005 Free Software Foundation, Inc.
cdlm commented 6 years ago

Unless I missed something, command line handlers are unrelated to zeroconf; report this at http://bugs.pharo.org instead.

FYI https://github.com/cdlm/clap-st should eventually take over command line handling.