remove rpc, cli start

This commit is contained in:
2026-06-04 12:37:57 +02:00
parent 3ce0f800a0
commit 37ce941e02
15 changed files with 219 additions and 126 deletions

6
src/cli/remove.rs Normal file
View File

@ -0,0 +1,6 @@
use clap::{Command, arg};
pub fn create_subcommand() -> Command {
Command::new("remove")
.about("remove a server")
}