From 0b1031a0283390764c2dcd8834b39c55b0e6e3aa Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Fri, 19 Jan 2018 11:25:55 -0800 Subject: [PATCH] fix: added load function --- src/command.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/command.ts b/src/command.ts index a8e3bc29..989a2df1 100644 --- a/src/command.ts +++ b/src/command.ts @@ -10,6 +10,7 @@ export interface ICachedCommand { usage: string plugin: IPlugin help: string + load(): ICommand } export interface ICommand extends ICachedCommand {