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

Commit

Permalink
fix: added load function
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 19, 2018
1 parent 4fd99a7 commit 0b1031a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export interface ICachedCommand {
usage: string
plugin: IPlugin
help: string
load(): ICommand
}

export interface ICommand extends ICachedCommand {
Expand Down

0 comments on commit 0b1031a

Please sign in to comment.