[wip] implement command usecases

This commit is contained in:
Shin'ya Ueoka 2018-07-23 21:26:47 +09:00
parent 0846587baf
commit c4afd7237b
10 changed files with 291 additions and 49 deletions

View file

@ -50,7 +50,7 @@ export default class CompletionsInteractor {
}
queryBuffer(name, keywords) {
return this.queryTabs(name, true, keywords);
return this.queryTabs(name, false, keywords);
}
queryBdelete(name, keywords) {