removed -p flag from bat

This commit is contained in:
Zastian Pretorius
2022-06-13 15:28:46 +01:00
parent 092aa16e6c
commit fd58336f8d

View File

@@ -121,7 +121,7 @@ fn get_full_text(chapter_url: &String)->String{
}
pub fn open_bat() -> Result<ExitStatus> {
Command::new("bat").arg("-p").arg("--paging").arg("always").arg("/tmp/log_e").spawn()?.wait()
Command::new("bat").arg("--paging").arg("always").arg("/tmp/log_e").spawn()?.wait()
}
//gets the full html of the page