Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
fix: always include id
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 19, 2018
1 parent c9ad4f0 commit abc3740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[]
Expand Down

0 comments on commit abc3740

Please sign in to comment.