mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 20:02:40 +08:00
At the moment, collectionName and schematicCollections are not set in various schematics command which result in fallbacking to the hardcoded default collectionName https://github.com/angular/angular-cli/blob/master/packages/angular/cli/models/schematic-command.ts#L79 Hence, this will result in incorrect information being present when using the `--help`, `--list`. Fixes #14519