We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd38d19 commit c5b35faCopy full SHA for c5b35fa
1 file changed
src/bin/cli.ts
@@ -1,8 +1,7 @@
1
#!/usr/bin/env node
2
3
import { intro, outro, select } from '@clack/prompts'
4
-import { styleText } from 'node:util'
5
-import { debuglog } from 'node:util'
+import { styleText, debuglog } from 'node:util'
6
import { scaffoldAiAppInstructions } from '../main.js'
7
8
const debug = debuglog('agent-rules')
0 commit comments