Skip to content

Commit

Permalink
allow disabling timestamps as prefix
Browse files Browse the repository at this point in the history
Signed-off-by: Rajat Jindal <[email protected]>
  • Loading branch information
rajatjindal committed Oct 25, 2023
1 parent 5070c39 commit 357c675
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/commands/logs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ pub struct LogsCommand {
#[clap(
name = "show-timestamps",
long = "show-timestamps",
default_value = "true"
default_value = "true",
action = clap::ArgAction::Set
)]
pub show_timestamp: bool,
}
Expand Down

0 comments on commit 357c675

Please sign in to comment.