`ionic start` CLI arguments not passed to config.xml

Hi guys,

Maybe I’m missing something, but no matter what I try/do, the arguments I provide to ionic start in the CLI are not copied to config.xml and as a result, I need to manually edit these before running ionic build or my project properties are built with the incorrect app name/ID etc.

If I run:

ionic start -v -a MyApp -i com.kdart.myapp IonicApp blank

Then neither MyApp nor com.kdart.myapp are set as my app name/ID respectively.

Am I missing something obvious?

I am using ionic@2.0.0 beta #19, but it occurs on ionic@1.7.14. I am using node@4.2.3 (latest LTS version).

Cheers
Kelvin