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

Commit

Permalink
fix: add helpValue to flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Feb 1, 2018
1 parent 2110adc commit f83696d
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 @@ -54,6 +54,7 @@ export interface ICachedOptionFlag {
char?: string
hidden?: boolean
description?: string
helpValue?: string
}

export type ICachedFlag = ICachedBooleanFlag | ICachedOptionFlag

0 comments on commit f83696d

Please sign in to comment.