Skip to content

Commit 63b6376

Browse files
committed
docs: update comment
1 parent e8b6346 commit 63b6376

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ import type { Defaults, Args, Options } from './types/index.js'
1313
* import { createArgs } from '@hypernym/args'
1414
*
1515
* interface Args {
16-
* flag?: boolean
17-
* alias?: string
18-
* arg?: string
16+
* a?: string
17+
* b?: boolean
18+
* c?: string
1919
* }
2020
*
2121
* const args = createArgs<Args>()

0 commit comments

Comments
 (0)