aboutsummaryrefslogtreecommitdiff
path: root/src/shared/commands/index.js
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2018-01-08 16:08:55 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2018-01-08 16:25:55 +0900
commit5c449df9b6f084d4e71627b1434154ebd7c30bc6 (patch)
tree41dfcdd6c4cdfcc8c98e9ae28d4f8854da3161a7 /src/shared/commands/index.js
parentfe48dce1c9b6f003c669cb19542063c8ac0c91ba (diff)
separate command
Diffstat (limited to 'src/shared/commands/index.js')
-rw-r--r--src/shared/commands/index.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/shared/commands/index.js b/src/shared/commands/index.js
new file mode 100644
index 0000000..c2cea3e
--- /dev/null
+++ b/src/shared/commands/index.js
@@ -0,0 +1,4 @@
+import exec from './exec';
+import complete from './complete';
+
+export { exec, complete };