mirror of
https://github.com/earendil-works/pi.git
synced 2026-06-18 15:54:04 +08:00
Set coding agent CLI process title (#742)
This commit is contained in:
committed by
GitHub
Unverified
parent
6a3633ca53
commit
5f8d21daf7
@@ -5,6 +5,8 @@
|
||||
*
|
||||
* Test with: npx tsx src/cli-new.ts [args...]
|
||||
*/
|
||||
process.title = "pi";
|
||||
|
||||
import { main } from "./main.js";
|
||||
|
||||
main(process.argv.slice(2));
|
||||
|
||||
Reference in New Issue
Block a user