Skip to content

Commit 31bde34

Browse files
author
Kelly Selden
committed
convert to option unknown-options-as-args
1 parent d383bb2 commit 31bde34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ember-cli-update.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require('yargs')
55
.commandDir('commands')
66
.parserConfiguration({
77
'populate--': true,
8-
'collect-unknown-options': true
8+
'unknown-options-as-args': true
99
})
1010
.argv;
1111

0 commit comments

Comments
 (0)