mirror of
https://github.com/davegallant/rfd-notify.git
synced 2025-08-05 16:23:39 +00:00
Update main.rs
This commit is contained in:
@@ -21,6 +21,7 @@ fn main() {
|
||||
.about("Send emails based on regular expressions")
|
||||
.args(&[
|
||||
Arg::with_name("config")
|
||||
.default_value("./config.yml")
|
||||
.required(true)
|
||||
.takes_value(true)
|
||||
.short("c")
|
||||
|
Reference in New Issue
Block a user