From 8b815e4b39b00ef10e84fe0698f3d11cd87f7195 Mon Sep 17 00:00:00 2001 From: Dieter Eickstaedt Date: Sun, 17 Sep 2023 17:57:10 +0200 Subject: [PATCH] docs: document the available format options of History list command (#1234) --- atuin/src/command/client/history.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atuin/src/command/client/history.rs b/atuin/src/command/client/history.rs index b33591b..1321a61 100644 --- a/atuin/src/command/client/history.rs +++ b/atuin/src/command/client/history.rs @@ -51,7 +51,7 @@ pub enum Cmd { #[arg(long)] cmd_only: bool, - /// Available variables: {command}, {directory}, {duration}, {user}, {host} and {time}. + /// Available variables: {command}, {directory}, {duration}, {user}, {host}, {exit} and {time}. /// Example: --format "{time} - [{duration}] - {directory}$\t{command}" #[arg(long, short)] format: Option,