From abc374074f5c5fc63431e150526f116784e03084 Mon Sep 17 00:00:00 2001 From: Jeff Dickey <216188+jdxcode@users.noreply.github.com> Date: Fri, 19 Jan 2018 11:28:25 -0800 Subject: [PATCH] fix: always include id --- src/command.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command.ts b/src/command.ts index 989a2df1..7b6874e5 100644 --- a/src/command.ts +++ b/src/command.ts @@ -2,7 +2,7 @@ import {IConfig} from './config' import {IPlugin} from './plugin' export interface ICachedCommand { - id?: string + id: string base: string hidden: boolean aliases: string[]