(args: string)
| 88 | } |
| 89 | |
| 90 | function normalizeWorkflowQuery(args: string): string { |
| 91 | return args.trim().replace(/^\/+/, '') |
| 92 | } |
| 93 | |
| 94 | export const call: LocalCommandCall = async args => { |
| 95 | const definitions = await getWorkflowDefinitions(getCwd()) |