add command works ,fix warnings, proxy repaired, docker start arguments defined

This commit is contained in:
2026-06-05 22:03:22 +02:00
parent e52763c35e
commit 25d7a6ffd1
19 changed files with 819 additions and 132 deletions

View File

@ -1,4 +1,4 @@
use clap::{Command, arg};
use clap::Command;
pub fn create_subcommand() -> Command {
Command::new("remove")