We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d7832d commit 6a2ac89Copy full SHA for 6a2ac89
bin/asar.js
@@ -73,8 +73,8 @@ program.command('extract <archive> <dest>')
73
})
74
75
program.command('*')
76
- .action(function (cmd) {
77
- console.log('asar: \'%s\' is not an asar command. See \'asar --help\'.', cmd)
+ .action(function (_cmd, args) {
+ console.log('asar: \'%s\' is not an asar command. See \'asar --help\'.', args[0])
78
79
80
program.parse(process.argv)
0 commit comments