mirror of
https://github.com/lennart-k/rustical.git
synced 2026-01-30 08:08:23 +00:00
cmd_default: Add notifier to detect when rustical has started
This commit is contained in:
@@ -28,7 +28,7 @@ async fn main() -> Result<()> {
|
||||
}
|
||||
None => {
|
||||
let config: Config = parse_config()?;
|
||||
cmd_default(args, config).await
|
||||
cmd_default(args, config, None).await
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user