restore partially implemented.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user