Title
This commit is contained in:
@ -54,7 +54,7 @@ std::vector<ServerInfo> get_configured_servers() {
|
||||
void list_servers() {
|
||||
auto servers = get_configured_servers();
|
||||
|
||||
tableprint tp;
|
||||
tableprint tp("All DropShell Servers");
|
||||
tp.add_row({"Name", "Address"});
|
||||
for (const auto& server : servers) {
|
||||
tp.add_row({server.name, server.ssh_host});
|
||||
|
Reference in New Issue
Block a user