summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/permission_args.out
AgeCommit message (Collapse)Author
2022-11-24feat(cli): add warning for incorrectly ordered flags (#16734)Asher Gomez
This code checks if permission flags are incorrectly defined after the module name (e.g. `deno run mod.ts --allow-read` instead of the correct `deno run --allow-read mod.ts`). If so, a simple warning is displayed.