Skip to content

Commit 7225485

Browse files
committed
refactor: rename module
1 parent 7a8b0c7 commit 7225485

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
//! Countryfetch
22
3-
pub mod args;
43
pub mod cache;
4+
pub mod cli;
55
pub mod country;
66
pub mod country_format;
77
pub mod extra_country_data;
88
pub mod generated_country_data;
99
pub mod location;
1010

11-
pub use args::Args;
11+
pub use cli::Args;
1212
pub use country::Country;
1313
pub use location::Location;

0 commit comments

Comments
 (0)