From 36b34fe03219fca0961263a23dc8801ba330ff32 Mon Sep 17 00:00:00 2001 From: tommy-mitchell Date: Sun, 28 Jan 2024 11:42:54 -0600 Subject: [PATCH] fix ts url --- test/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.ts b/test/test.ts index a723fc8..409ce42 100644 --- a/test/test.ts +++ b/test/test.ts @@ -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} }, });