move create_default_context out of cli.rs and into its own mod (#2833)

This commit is contained in:
Michael Angerman
2020-12-31 18:12:16 -08:00
committed by GitHub
parent 7d8e759e98
commit 3ef53fe2cd
4 changed files with 253 additions and 247 deletions

View File

@ -30,6 +30,7 @@ pub(crate) mod date;
pub(crate) mod debug;
pub(crate) mod def;
pub(crate) mod default;
pub(crate) mod default_context;
pub(crate) mod describe;
pub(crate) mod do_;
pub(crate) mod drop;