Skip to content

Commit

Permalink
Type for brewInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
fwesss committed Aug 24, 2021
1 parent 6df0e31 commit 98fa958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/brew.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const generators: Record<string, Fig.Generator> = {
};

// brew info is equiv to brew abv. Everything but 'name' is shared.
const brewInfo = {
const brewInfo: Omit<Fig.Subcommand, "name"> = {
description: "Display brief statistics for your Homebrew installation",
args: {
isVariadic: true,
Expand Down

0 comments on commit 98fa958

Please sign in to comment.