Fix time and duration formatting

This commit is contained in:
Joscha 2024-12-04 20:01:32 +01:00
parent 58b55ef433
commit fe68694932
3 changed files with 23 additions and 12 deletions

View file

@ -7,4 +7,4 @@ pub mod uptime;
pub use self::full_help::{FullHelp, HasDescriptions};
pub use self::ping::Ping;
pub use self::short_help::ShortHelp;
pub use self::uptime::{format_duration, format_time, HasStartTime, Uptime};
pub use self::uptime::{format_duration, format_relative_time, format_time, HasStartTime, Uptime};