UNPKG

@probelabs/probe-chat

Version:

CLI and web interface for Probe code search (formerly @probelabs/probe-web and @probelabs/probe-chat)

13 lines (10 loc) 256 B
#!/usr/bin/env node /** * @probelabs/probe-chat CLI * Command-line interface for Probe code search chat * * This is a thin wrapper around the main functionality in index.js */ import { main } from '../index.js'; // Execute the main function main();