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

Commit

Permalink
fix: new help properties
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 30, 2018
1 parent f2ae184 commit ccefcc1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/command.ts
Expand Up @@ -7,9 +7,10 @@ export interface ICachedCommand {
hidden: boolean
aliases: string[]
description?: string
usage?: string
title?: string
usage?: string | string[]
examples?: string[]
pluginName?: string
help?: string
flags: {[name: string]: ICachedFlag}
args: ICachedArg[]
load(): Promise<ICommand>
Expand Down

0 comments on commit ccefcc1

Please sign in to comment.