mirror of
https://github.com/langgenius/dify.git
synced 2026-05-20 16:57:01 +08:00
7 lines
170 B
JavaScript
Executable File
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))
|