Implement insert and edit sessions (#7)
This commit is contained in:
@@ -11,6 +11,9 @@ use ironstorage::{
|
||||
config::Config,
|
||||
};
|
||||
|
||||
#[allow(dead_code)]
|
||||
mod editor;
|
||||
|
||||
fn main() -> ExitCode {
|
||||
match run() {
|
||||
Ok(code) => ExitCode::from(code),
|
||||
|
||||
Reference in New Issue
Block a user