From c8aa6b53c9cf1494e72ca9882d356b2f15eb9b27 Mon Sep 17 00:00:00 2001 From: Jakub Konka Date: Wed, 22 Oct 2025 21:26:08 +0200 Subject: [PATCH] Fix docs --- crates/util/src/shell.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/util/src/shell.rs b/crates/util/src/shell.rs index 203e39c6e6f9ba1a1e43fa309ca439f5a4de5c85..d81946b8ad207596cfdaf1ec714de94a9b3f71d6 100644 --- a/crates/util/src/shell.rs +++ b/crates/util/src/shell.rs @@ -4,6 +4,7 @@ use std::{borrow::Cow, fmt, path::Path, sync::LazyLock}; /// Shell configuration to open the terminal with. #[derive(Clone, Debug, Default, PartialEq, Eq, Hash, Serialize, Deserialize, JsonSchema)] +#[serde(rename_all = "snake_case")] pub enum Shell { /// Use the system's default terminal configuration in /etc/passwd #[default]