Fix InstallableCommand

This commit is contained in:
Eelco Dolstra 2020-05-12 11:53:32 +02:00
parent 437614b479
commit b8b2dbf272

View file

@ -689,6 +689,7 @@ InstallableCommand::InstallableCommand()
{
expectArgs({
.label = "installable",
.optional = true,
.handler = {&_installable},
.completer = {[&](size_t, std::string_view prefix) {
completeInstallable(prefix);