1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-03 17:08:35 -05:00
denoland-deno/cli/tests
Asher Gomez d178ab6049
feat(cli): add warning for incorrectly ordered flags (#16734)
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.
2022-11-24 20:27:09 +01:00
..
integration feat(cli): add warning for incorrectly ordered flags (#16734) 2022-11-24 20:27:09 +01:00
testdata feat(cli): add warning for incorrectly ordered flags (#16734) 2022-11-24 20:27:09 +01:00
unit fix(inspector): ensure console methods provided by inspector are available (#16724) 2022-11-24 20:25:58 +01:00
integration_tests.rs chore: update copyright to 2022 (#13306) 2022-01-07 22:09:52 -05:00