bootstrap: add UdevFilter

This commit is contained in:
Mikaël Cluseau
2025-11-10 13:55:14 +01:00
parent 1e047afac3
commit 3cc2111ca7
3 changed files with 337 additions and 363 deletions

View File

@ -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)]