bootstrap: add UdevFilter
This commit is contained in:
@ -12,7 +12,7 @@ use dkl::dls;
|
||||
#[derive(Parser)]
|
||||
#[command()]
|
||||
struct Cli {
|
||||
#[arg(long, default_value = "http://[::1]:7606")]
|
||||
#[arg(long, default_value = "http://[::1]:7606", env = "DLS_URL")]
|
||||
dls: String,
|
||||
|
||||
#[command(subcommand)]
|
||||
|
||||
Reference in New Issue
Block a user