Skip to content

Commit 3b7717b

Browse files
committed
packages.c
update FF_ARG and ffpackagesModule.info
1 parent 57de662 commit 3b7717b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/modules/packages/packages.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ bool ffPrintPackages(FFPackagesOptions* options) {
152152
FF_ARG(counts.brew, "brew"),
153153
FF_ARG(brewAll, "brew-all"),
154154
FF_ARG(counts.brewCask, "brew-cask"),
155+
FF_ARG(counts.cards, "cards"),
155156
FF_ARG(counts.choco, "choco"),
156157
FF_ARG(counts.dpkg, "dpkg"),
157158
FF_ARG(counts.emerge, "emerge"),
@@ -506,6 +507,7 @@ FFModuleBaseInfo ffPackagesModuleInfo = {
506507
{ "Number of brew packages", "brew" },
507508
{ "Total number of all brew packages", "brew-all" },
508509
{ "Number of brew-cask packages", "brew-cask" },
510+
{ "Number of cards packages", "cards" },
509511
{ "Number of choco packages", "choco" },
510512
{ "Number of dpkg packages", "dpkg" },
511513
{ "Number of emerge packages", "emerge" },

0 commit comments

Comments
 (0)