We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef4e26f commit 2b25740Copy full SHA for 2b25740
packages/vuepress/lib/util.js
@@ -46,7 +46,7 @@ function wrapCommand (fn) {
46
*/
47
48
function isKnownCommand (argv) {
49
- return ['dev', 'build', 'eject'].includes(argv[0])
+ return ['dev', 'build', 'eject', 'info'].includes(argv[0])
50
}
51
52
module.exports = {
0 commit comments