diff options
| author | Dieter Eickstaedt <eickstaedt@deicon.de> | 2023-09-17 17:57:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-17 15:57:10 +0000 |
| commit | 8b815e4b39b00ef10e84fe0698f3d11cd87f7195 (patch) | |
| tree | 0e85c4e0ef4d88352bbd961c4e638815f2615c85 | |
| parent | config.md: invert mode detailed options (#1225) (diff) | |
| download | atuin-8b815e4b39b00ef10e84fe0698f3d11cd87f7195.zip | |
docs: document the available format options of History list command (#1234)
| -rw-r--r-- | atuin/src/command/client/history.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atuin/src/command/client/history.rs b/atuin/src/command/client/history.rs index b33591b7..1321a61b 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<String>, |
