aboutsummaryrefslogtreecommitdiff
path: root/commands/update.js
diff options
context:
space:
mode:
Diffstat (limited to 'commands/update.js')
-rw-r--r--commands/update.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/commands/update.js b/commands/update.js
new file mode 100644
index 0000000..5201ab8
--- /dev/null
+++ b/commands/update.js
@@ -0,0 +1,3 @@
+module.exports = async (argv) => {
+ await require('../hooks/update')();
+} \ No newline at end of file