clean up files, parse arguments with clap
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
use std::{cmp::min, convert::identity, iter};
|
||||
use crate::{app::WindowSize, buffer::Buffer, cursor::Cursor};
|
||||
use crate::{window_size::WindowSize, buffer::Buffer, cursor::Cursor};
|
||||
|
||||
#[derive(Debug)]
|
||||
pub enum EditAction {
|
||||
|
||||
Reference in New Issue
Block a user