docs: document the available format options of History list command (#1234)
This commit is contained in:
parent
c091f2f95a
commit
8b815e4b39
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ pub enum Cmd {
|
||||||
#[arg(long)]
|
#[arg(long)]
|
||||||
cmd_only: bool,
|
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}"
|
/// Example: --format "{time} - [{duration}] - {directory}$\t{command}"
|
||||||
#[arg(long, short)]
|
#[arg(long, short)]
|
||||||
format: Option<String>,
|
format: Option<String>,
|
||||||
|
|
Loading…
Reference in a new issue