@ -53,7 +53,11 @@ pub fn parse() -> Command {
)
.subcommand(
SubCommand::with_name("fetch")
.about("Fetch new favourites from this account only")
SubCommand::with_name("sync")
.about("Sync the last seen favourite with the most recent one")
SubCommand::with_name("storage")
@ -23,8 +23,8 @@ use elefren::prelude::*;
mod args;
mod config;
// mod filesystem;
// mod storage;
mod filesystem;
mod storage;
fn main() {
env_logger::init();
@ -19,6 +19,6 @@
pub mod attachment;
pub mod data;
pub mod helpers;
pub mod joplin;
pub mod org;
// pub mod joplin;
// pub mod org;
pub mod storage;