separate command

This commit is contained in:
Shin'ya Ueoka 2018-01-08 16:08:55 +09:00
parent fe48dce1c9
commit 5c449df9b6
3 changed files with 90 additions and 86 deletions
src/shared/commands

View file

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