(cwd: string)
| 197 | } |
| 198 | |
| 199 | export async function getWorkflowCommands(cwd: string): Promise<Command[]> { |
| 200 | const definitions = await getWorkflowDefinitions(cwd) |
| 201 | return definitions.map(definition => definition.command) |
| 202 | } |
no test coverage detected