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 ade0eec commit 28cd26fCopy full SHA for 28cd26f
src/cli/workflows.js
@@ -11,7 +11,7 @@ const validCommandNames = commandList.map(({ name }) => name)
11
function listWorkflowCommand (options = {}) {
12
console.log('Available workflows:')
13
console.log(commandList.map(({ name, description }) => `- ${name}: ${description}`).join('\n'))
14
- return {}
+ return commandList
15
}
16
17
async function runWorkflowCommand (knex, options = {}) {
0 commit comments