mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
fe7e3a12ca
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. |
||
---|---|---|
.. | ||
config_file.rs | ||
flags.rs | ||
flags_allow_net.rs | ||
mod.rs |