1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-11 18:17:48 -05:00
denoland-deno/cli/args/mod.rs
2022-06-30 14:12:32 -04:00

9 lines
177 B
Rust

// Copyright 2018-2022 the Deno authors. All rights reserved. MIT license.
pub mod config_file;
pub mod flags;
mod flags_allow_net;
pub use config_file::*;
pub use flags::*;