Closed jpragey closed 10 years ago
...but shows help on 'ceylon run' instead. It should run (with '--help' in process.arguments) instead.
Same issue with '-h' option.
Dup of ceylon/ceylon-common#38 , closing.
Thanks @jpragey , known problem :)
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
--
run
ceylon run --run test.main -- arg1 arg2 -h etc
...but shows help on 'ceylon run' instead. It should run (with '--help' in process.arguments) instead.
Same issue with '-h' option.