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