aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.rs')
-rw-r--r--src/config.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.rs b/src/config.rs
index d264a69..f9b6588 100644
--- a/src/config.rs
+++ b/src/config.rs
@@ -415,10 +415,10 @@ pub struct Command {
#[serde(default = "default_buffer_size")]
pub buffer_size: usize,
- #[serde(skip, default = "default_command")]
+ #[serde(default = "default_command")]
pub command: String,
- #[serde(skip, default = "default_args")]
+ #[serde(default = "default_args")]
pub args: Vec<String>,
}