From 98fa95820764ed3fa0899a65ae47856dbb90186d Mon Sep 17 00:00:00 2001 From: Westley Feller Date: Tue, 24 Aug 2021 08:34:22 -0700 Subject: [PATCH] Type for brewInfo --- dev/brew.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/brew.ts b/dev/brew.ts index 3efe69d0538..c87a13068b5 100644 --- a/dev/brew.ts +++ b/dev/brew.ts @@ -14,7 +14,7 @@ const generators: Record = { }; // brew info is equiv to brew abv. Everything but 'name' is shared. -const brewInfo = { +const brewInfo: Omit = { description: "Display brief statistics for your Homebrew installation", args: { isVariadic: true,