From e8c841527880ac6ca47fd514ac70aad81764dae8 Mon Sep 17 00:00:00 2001 From: Conrad Ludgate Date: Mon, 12 Sep 2022 20:19:22 +0100 Subject: update default layout (#523) * update layouts * add other duration changes * fmt :( --- src/command/client/search.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/command/client/search.rs') diff --git a/src/command/client/search.rs b/src/command/client/search.rs index 7b84d410..915589a5 100644 --- a/src/command/client/search.rs +++ b/src/command/client/search.rs @@ -9,8 +9,10 @@ use atuin_client::{ use super::history::ListMode; mod cursor; +mod duration; mod event; mod interactive; +pub use duration::format_duration; #[derive(Parser)] pub struct Cmd { -- cgit v1.3.1