implemented bookmark add/remove functions

This commit is contained in:
2024-11-30 23:15:13 +01:00
parent dfd14c8ee9
commit e8a52c1775
3 changed files with 59 additions and 14 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ pub struct BookmarkSubArgs {
pub name: String,
/// path of bookmark to add
pub path: Option<String>,
pub path: Option<PathBuf>,
}
/// empty struct for subcommands with no arguments