mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
refactor: create args
folder (#14982)
This commit is contained in:
parent
681bb49d0d
commit
e1c90963fb
27 changed files with 144 additions and 138 deletions
9
cli/args/mod.rs
Normal file
9
cli/args/mod.rs
Normal file
|
@ -0,0 +1,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::*;
|
Loading…
Add table
Add a link
Reference in a new issue