From 0fbd44c46321b5979be4565fc7563bd96a1776ed Mon Sep 17 00:00:00 2001 From: Bsian Date: Mon, 18 Nov 2019 20:33:47 +0000 Subject: [PATCH] Registered the command --- src/commands/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/commands/index.ts b/src/commands/index.ts index 8e6538b..600c9de 100644 --- a/src/commands/index.ts +++ b/src/commands/index.ts @@ -14,6 +14,7 @@ export { default as Parse } from './parse'; export { default as Parseall } from './parseall'; export { default as Ping } from './ping'; export { default as Pull } from './pull'; +export { default as Restart } from './restart'; export { default as SecureSign } from './securesign'; export { default as Sysinfo } from './sysinfo'; export { default as Unlock } from './unlock';