This commit is contained in:
Bel LaPointe
2025-11-11 11:46:00 -07:00
parent 60ddbc673c
commit c34ad15ba1

View File

@@ -36,6 +36,12 @@ fn main() {
serde_yaml::to_string(&file.events().unwrap().snapshot().unwrap()).unwrap(),
);
}
if flags.edit {
panic!(
"not impl: create tempfiles of now up-to-date-snapshots, diff vim'd, persist difs to logs, render logs"
);
}
}
#[derive(Debug, Parser)]