separate command
This commit is contained in:
parent
fe48dce1c9
commit
5c449df9b6
3 changed files with 90 additions and 86 deletions
src/shared/commands
4
src/shared/commands/index.js
Normal file
4
src/shared/commands/index.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
import exec from './exec';
|
||||
import complete from './complete';
|
||||
|
||||
export { exec, complete };
|
Reference in a new issue