From c34ad15ba1efd773b99f83def8b6c1d37b001bba Mon Sep 17 00:00:00 2001 From: Bel LaPointe <153096461+breel-render@users.noreply.github.com> Date: Tue, 11 Nov 2025 11:46:00 -0700 Subject: [PATCH] todo --- pttodoest/src/main.rs | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pttodoest/src/main.rs b/pttodoest/src/main.rs index 1c28406..962d0a0 100755 --- a/pttodoest/src/main.rs +++ b/pttodoest/src/main.rs @@ -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)]