We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d853e9a + 5dcd8ff commit ea7616aCopy full SHA for ea7616a
cli/index.js
@@ -86,7 +86,7 @@ const cli = (input) => {
86
}),
87
);
88
89
- for (const command of input.commands) {
+ for (const command of Object.entries(input.commands ?? {})) {
90
addCommand(command);
91
}
92
0 commit comments