move commands to background action

This commit is contained in:
Shin'ya Ueoka 2018-01-11 20:07:25 +09:00
parent 22c34a0a6f
commit dda4e7475c
7 changed files with 147 additions and 105 deletions

View file

@ -1,4 +1,3 @@
import exec from './exec';
import complete from './complete';
export { exec, complete };
export { complete };