We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4af380 commit 7f0358dCopy full SHA for 7f0358d
1 file changed
src/cli/index.ts
@@ -212,7 +212,7 @@ async function handleSimpleFetch(
212
function printHelp(): void {
213
// Build example base URL from parts to avoid supply-chain URL scanners flagging
214
// static help text as a live outbound connection.
215
- const exBase = ["https", "://", "api.example.com"].join("");
+ const exBase = "http://localhost:3000";
216
console.log(`
217
\u001b[1mbytekit CLI\u001b[0m - API Inspection & Type Generation
218
0 commit comments