From a81219202703bfe77f366cd1b3a7ae0fb98190dc Mon Sep 17 00:00:00 2001 From: Alexis Tyler Date: Fri, 5 Mar 2021 15:17:14 +1030 Subject: [PATCH] chore: remove unneeded comment --- app/cli.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/app/cli.ts b/app/cli.ts index d9b8e14d7..8f0dc6e2b 100644 --- a/app/cli.ts +++ b/app/cli.ts @@ -46,7 +46,6 @@ const args: ArgumentConfig = { const options: ArgsParseOptions = { helpArg: 'help', optionSections: [{ - // @ts-expect-error https://github.com/Roaders/ts-command-line-args/issues/8 hide: ['command'] }], baseCommand: 'unraid-api',