UNPKG

@buger/probe-chat

Version:

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

13 lines (10 loc) 252 B
#!/usr/bin/env node /** * @buger/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();