remove rpc, cli start
This commit is contained in:
6
src/cli/remove.rs
Normal file
6
src/cli/remove.rs
Normal file
@ -0,0 +1,6 @@
|
||||
use clap::{Command, arg};
|
||||
|
||||
pub fn create_subcommand() -> Command {
|
||||
Command::new("remove")
|
||||
.about("remove a server")
|
||||
}
|
||||
Reference in New Issue
Block a user