Implement insert and edit sessions (#7)

This commit is contained in:
Hermes Agent
2026-08-09 22:35:46 +00:00
parent dca07b7fbd
commit 0e4cbef944
10 changed files with 1158 additions and 1 deletions

View File

@@ -11,6 +11,9 @@ use ironstorage::{
config::Config,
};
#[allow(dead_code)]
mod editor;
fn main() -> ExitCode {
match run() {
Ok(code) => ExitCode::from(code),