No default value for denylist

This commit is contained in:
David Palm
2021-03-26 10:59:18 +01:00
parent aefac014b9
commit 3cf6837b75
-1
View File
@@ -40,7 +40,6 @@ struct Opts {
#[clap(
required = false,
long = "denylist",
default_value = "Earth",
about = "Space delimited list of chains that are not allowed to connect to telemetry. Case sensitive."
)]
denylist: Vec<String>,