add configs and apply::files

This commit is contained in:
Mikaël Cluseau
2025-07-17 15:42:08 +02:00
parent 7f4307f009
commit 1152a4cb78
4 changed files with 302 additions and 1 deletions

View File

@ -1,5 +1,5 @@
use clap::{CommandFactory, Parser, Subcommand};
use eyre::{format_err, Result};
use eyre::{Result, format_err};
use futures_util::StreamExt;
use tokio::io::AsyncWriteExt;