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

Commit

Permalink
fix: use pluginName instead
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 28, 2018
1 parent 392ced2 commit 4b04c5b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ export interface ICachedCommand {
aliases: string[]
description?: string
usage?: string
plugin?: {
name: string
version: string
type: string
root: string
tag?: string
}
pluginName?: string
help?: string
load(): Promise<ICommand>
}
Expand Down

0 comments on commit 4b04c5b

Please sign in to comment.