Skip to content

Commit

Permalink
fix ts url
Browse files Browse the repository at this point in the history
  • Loading branch information
tommy-mitchell committed Jan 28, 2024
1 parent 605aaf7 commit 36b34fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test('return object', t => {
unicorn: {shortFlag: 'u'},
meow: {default: 'dog'},
'--': true as unknown as {type: 'string'; isMultiple: true},
// TODO: can not model due to microsoft/TypeScript#17867
// TODO: can not model due to https://github.com/microsoft/TypeScript/issues/17867
// A potential workaround is to use a symbol for '--' -> {flags: [argvDashDash]: true}
},
});
Expand Down

0 comments on commit 36b34fe

Please sign in to comment.