Open gavinking opened 10 years ago
This is a pain to type:
ceylon run --run=examples.cayla.helloworld.run examples.cayla/1.0.0
It should be:
ceylon run examples.cayla.helloworld/1.0.0
which is what you would get if each example were a module.
This is a pain to type:
It should be:
which is what you would get if each example were a module.