nativescript-schematics
nativescript-schematics copied to clipboard
`--sample` is allowed for plain NS projects and it does nothing
Describe the bug
--sample does nothing on plain NS projects and it is valid option.
To Reproduce Run:
ng new --collection=@nativescript/schematics TestAppWith --sample
Expected behavior
I would expect some kind of validation and something to warn me --sample will do nothing.