Files
dify/cli/bin/run.js
2026-05-18 19:07:23 +08:00

7 lines
170 B
JavaScript
Executable File

#!/usr/bin/env node
import { commandTree } from '../dist/commands/tree.js'
import { run } from '../dist/framework/run.js'
await run(commandTree, process.argv.slice(2))