daemon: scaffolding for settings / sync
This commit is contained in:
@@ -48,6 +48,6 @@ async fn main() {
|
||||
let cli = Cli::parse();
|
||||
|
||||
run_command(cli.command).await
|
||||
.map_err(|e| log::error!("Error: {}", e))
|
||||
.map_err(|e| println!("Error: {}", e))
|
||||
.err();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user