edgedb-js icon indicating copy to clipboard operation
edgedb-js copied to clipboard

Add option to generator command to skip y/n input prompt

Open danecando opened this issue 3 years ago • 0 comments

I have a setup script in my package.json and I needed to tweak it a little bit to have it consistently generate the edgeql-js client library.

{
"setup": "echo \"n\" | yarn edgeql-js --target cjs --output-dir node_modules/edgeql-js --force-overwrite && sleep 1"
}

Would be nice to have an option to skip the gitignore overwrite prompt. I can work on a PR sometime just don't want to take the time if it won't get merged.

danecando avatar Apr 18 '22 23:04 danecando