From 1be4c526151ae7da5ba815bd0356760b55975400 Mon Sep 17 00:00:00 2001 From: "Victor H. Avelar" Date: Sat, 12 Jun 2021 12:58:47 +0200 Subject: [PATCH] Add filtering for captures command --- commands/captures.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/captures.go b/commands/captures.go index 028b1c0..c4adcc8 100644 --- a/commands/captures.go +++ b/commands/captures.go @@ -11,7 +11,7 @@ func captures() *commander.Command { Namespace: "captures", ShortDesc: "Operations with Captures API.", }, - commander.NoCols(), + getCapturesCols(), ) listCapturesCmd(c)