dkl apply-config --dry-run

This commit is contained in:
Mikaël Cluseau
2026-02-21 18:15:39 +01:00
parent ddc82199fb
commit d449fc8dcf
5 changed files with 56 additions and 13 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
use eyre::{format_err, Result};
use eyre::{Result, format_err};
use log::{debug, error, info, warn};
use std::path::PathBuf;
use tokio::{fs, io::AsyncWriteExt, process::Command};