Skip to content

Commit

Permalink
allow partial config
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaSd committed Oct 6, 2024
1 parent a3904dd commit bf3a602
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/irust/src/irust/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ use serde::{Deserialize, Serialize};
use std::io::{Read, Write};

#[derive(Deserialize, Serialize, Clone, Debug)]
#[serde(default)]
pub struct Options {
add_irust_cmd_to_history: bool,
add_shell_cmd_to_history: bool,
Expand Down

0 comments on commit bf3a602

Please sign in to comment.