summaryrefslogtreecommitdiff
path: root/cli/args/mod.rs
blob: 375a53122109a50a0cc4401b8a80441d8cc2814f (plain)
1
2
3
4
5
6
7
8
9
// 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::*;