cli/terminal: make args module private
This commit is contained in:
parent
961301f643
commit
f60922d125
|
|
@ -1,5 +1,4 @@
|
|||
pub mod args;
|
||||
|
||||
pub(crate) mod args;
|
||||
pub(crate) use args::Error;
|
||||
|
||||
pub mod format;
|
||||
|
|
|
|||
Loading…
Reference in New Issue