We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2671347 commit e55c5bdCopy full SHA for e55c5bd
packages/angular-cli/commands/help.ts
@@ -20,7 +20,6 @@ const HelpCommand = Command.extend({
20
availableOptions: [],
21
22
run: function (commandOptions: any) {
23
- const uniques = {};
24
let commandFiles = fs.readdirSync(__dirname)
25
// Remove files that are not JavaScript
26
.filter(file => file.match(/\.js$/))
0 commit comments