diff --git a/cli/src/commands.rs b/cli/src/commands.rs index f72fe64..d63bdac 100644 --- a/cli/src/commands.rs +++ b/cli/src/commands.rs @@ -1223,7 +1223,7 @@ pub fn parse_command(args: &[String], flags: &Flags) -> Result", })?; - Ok(json!({ "id": id, "action": "state_show", "filename": filename })) + Ok(json!({ "id": id, "action": "state_show", "path": filename })) } Some("clean") => { let mut days: Option = None;