diff --git a/src/commands/logs.rs b/src/commands/logs.rs index e7cc5c7..b8de90e 100644 --- a/src/commands/logs.rs +++ b/src/commands/logs.rs @@ -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, }