Originally posted as ceylon/ceylon-runtime#58 by @lucaswerkmeister
ceylon run foo.bar --help will print the ceylon run help, even though the option belongs to the module being run, not ceylon run. This means that a Ceylon program started via the command line can’t print its own --help message.
Probably related to ceylon/ceylon-compiler#1228 (although --version works fine).
Originally posted as ceylon/ceylon-runtime#58 by @lucaswerkmeister
ceylon run foo.bar --helpwill print theceylon runhelp, even though the option belongs to the module being run, notceylon run. This means that a Ceylon program started via the command line can’t print its own--helpmessage.Probably related to ceylon/ceylon-compiler#1228 (although
--versionworks fine).