ceylon / ceylon-runtime

DEPRECATED
24 stars 5 forks source link

'ceylon run <module> --help' does not run <module> #65

Closed jpragey closed 10 years ago

jpragey commented 10 years ago

...but shows help on 'ceylon run' instead. It should run (with '--help' in process.arguments) instead.

Same issue with '-h' option.

quintesse commented 10 years ago

Dup of ceylon/ceylon-common#38 , closing.

quintesse commented 10 years ago

Thanks @jpragey , known problem :)

quintesse commented 10 years ago

PS the work-around is to use -- before the arguments you want to pass to run, like ceylon run --run test.main -- arg1 arg2 -h etc