Fixed hide intermediate steps, such that header and body is of same length
This commit is contained in:
@ -20,8 +20,8 @@ pub struct TruthTableOptions {
|
||||
pub sort: Sort,
|
||||
#[serde(default)]
|
||||
pub hide: Hide,
|
||||
#[serde(default)]
|
||||
pub hide_intermediate_steps: bool, // TODO: Implement hide intermediate steps
|
||||
#[serde(default, deserialize_with = "deserialize_bool")]
|
||||
pub hide_intermediate_steps: bool,
|
||||
}
|
||||
|
||||
#[derive(Deserialize)]
|
||||
|
Reference in New Issue
Block a user