[porthole] rm unused commands (for now)

This commit is contained in:
soup 2025-04-12 00:31:25 -04:00
parent 33841cb8ad
commit df6df21333
Signed by: soup
SSH key fingerprint: SHA256:GYxje8eQkJ6HZKzVWDdyOUF1TyDiprruGhE0Ym8qYDY

View file

@ -7,10 +7,7 @@ fn main() {
let args: Vec<_> = args.iter().map(String::as_str).collect();
match args.as_slice() {
&["configure", "server"] => server::configure(),
&["configure", "client"] => (),
&["start", "server"] => (),
&["start", "client", _local_port] => (),
&["server", "configure"] => server::configure(),
_ => {
println!("porthole <command>");
},