According to CLI command line help:
* --clean - If set, forces rebuilding the native application.
Actual behavior with master branch:
I can't see something different (such as rebuild of the app)
Steps to reproduce:
tns run android (and start make changes on the project)
Ctrl+C
tns run android --clean => No rebuild is performed.
We should take same action to make help and behavior consistent - either fix the command or fix help.