We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53994ce commit b6d8511Copy full SHA for b6d8511
1 file changed
packages/@angular/cli/ember-cli/lib/cli/cli.js
@@ -25,6 +25,10 @@ CLI.prototype.run = function(environment) {
25
return Promise.hash(environment).then(function(environment) {
26
var args = environment.cliArgs.slice();
27
28
+ if (args.length === 0) {
29
+ args[0] = 'help';
30
+ }
31
+
32
if (args[0] === '--help') {
33
if (args.length === 1) {
34
args[0] = 'help';
0 commit comments