[wip] implement command usecases
This commit is contained in:
		
							parent
							
								
									0846587baf
								
							
						
					
					
						commit
						c4afd7237b
					
				
					 10 changed files with 291 additions and 49 deletions
				
			
		|  | @ -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) { | ||||
|  |  | |||
		Reference in a new issue