Rename some files (#952)

* renamed some files

* clippy

* update tests
This commit is contained in:
Darren Schroeder
2022-02-05 11:35:02 -06:00
committed by GitHub
parent 3eba90232a
commit 2dd32c2b88
35 changed files with 63 additions and 62 deletions

View File

@ -1,4 +1,4 @@
mod command;
mod date_;
mod format;
mod humanize;
mod list_timezone;
@ -8,7 +8,7 @@ mod to_table;
mod to_timezone;
mod utils;
pub use command::Date;
pub use date_::Date;
pub use format::SubCommand as DateFormat;
pub use humanize::SubCommand as DateHumanize;
pub use list_timezone::SubCommand as DateListTimezones;