restore partially implemented.

This commit is contained in:
Your Name
2025-04-26 22:35:43 +12:00
parent 71cb39d82e
commit 029187c0aa
7 changed files with 99 additions and 41 deletions

View File

@ -92,7 +92,7 @@ void dropshell::autocomplete_list_commands()
if (dropshell::get_global_config()->is_config_set())
commands.merge(std::set<std::string>{
"server","templates","create-service","create-template","create-server","edit","ssh",
"view" // only if we have a config.
"list" // only if we have a config.
});
for (const auto& command : commands) {
std::cout << command << std::endl;