Commit Graph

3 Commits

Author SHA1 Message Date
1082f68822 feat(cli): add cobra-based CLI with subcommands
Replace simple argument parsing with cobra to provide better CLI experience:

- Add 'execute' subcommand for running TypeScript files
- Add 'types' subcommand for printing TypeScript type declarations
- Add help text and error handling
- Update documentation with new usage examples

Add dependencies: github.com/spf13/cobra, github.com/spf13/pflag
2026-01-29 20:07:35 -05:00
c3a16c9e92 asd 2026-01-27 16:31:05 -05:00
c2f08e9140 initial commit 2026-01-27 09:56:40 -05:00