summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/no_prompt.ts
AgeCommit message (Collapse)Author
2022-04-18feat: Add DENO_NO_PROMPT variable (#14209)Nayeem Rahman
This commit adds support for "DENO_NO_PROMPT" env variable, that can be used instead of "--no-prompt" flag to completely disable permission prompts.