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

Commit

Permalink
fix: added helpValue
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 30, 2018
1 parent 4d58d35 commit 24fea65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/flags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export interface IBooleanFlag<T> extends IFlagBase<T, boolean> {
export interface IOptionFlag<T> extends IFlagBase<T, string> {
type: 'option'
optionType: string
helpValue?: string
default?: T | ((context: DefaultContext<T>) => T | undefined)
multiple: boolean
input: string[]
Expand Down

0 comments on commit 24fea65

Please sign in to comment.