Comment by pikdum 3 days ago Does this mean I can't use `claude -p` in bash scripts now? 2 comments pikdum Reply techgnosis 3 days ago I doubt it means that. How would they ever know? Honest question.. martinald 3 days ago if (process.argv.includes('-p')) and then setting a different http header?
techgnosis 3 days ago I doubt it means that. How would they ever know? Honest question.. martinald 3 days ago if (process.argv.includes('-p')) and then setting a different http header?
I doubt it means that. How would they ever know? Honest question..
if (process.argv.includes('-p')) and then setting a different http header?