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.
1 parent d853e9a commit 5dcd8ffCopy full SHA for 5dcd8ff
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