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

Commit 11a14b1

Browse files
committed
fix: export integer flag
Fixes oclif/parser#19
1 parent 075ebc0 commit 11a14b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/flags.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export {_enum as enum}
5757

5858
const stringFlag = build({})
5959
export {stringFlag as string}
60-
export {boolean} from '@oclif/parser/lib/flags'
60+
export {boolean, integer} from '@oclif/parser/lib/flags'
6161

6262
export const version = (opts: Partial<Parser.flags.IBooleanFlag<boolean>> = {}) => {
6363
return Parser.flags.boolean({

0 commit comments

Comments
 (0)