todo
parent
60ddbc673c
commit
c34ad15ba1
|
|
@ -36,6 +36,12 @@ fn main() {
|
||||||
serde_yaml::to_string(&file.events().unwrap().snapshot().unwrap()).unwrap(),
|
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)]
|
#[derive(Debug, Parser)]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue