handle errors in editing files

This commit is contained in:
steven-omaha
2022-12-02 17:51:10 +01:00
parent 81c6b04e64
commit 1eb71b7651
4 changed files with 29 additions and 9 deletions
+1
View File
@@ -3,6 +3,7 @@ pub mod args;
mod cmd;
mod core;
pub mod db;
mod env;
mod group;
mod package;
mod path;