Files
paseo/packages/cli/src/index.ts
Mohamed Boudra 6781c1b888 feat(cli): add foundation - package setup and entry point
Add @paseo/cli package with:
- Package structure with npm workspace integration
- bin/paseo entry point using tsx
- Commander.js setup with --version and --help
- Placeholder subcommands: agent, daemon, permit, worktree, provider
2026-01-28 22:42:08 +07:00

5 lines
82 B
TypeScript

import { createCli } from './cli.js'
const program = createCli()
program.parse()