From 38faee631fa21d82db8d026827b2f473f3d4e7a9 Mon Sep 17 00:00:00 2001 From: Robin Olsen Date: Sun, 8 Feb 2026 12:35:29 +0100 Subject: [PATCH] add limit to flags --- pkg/cli/commands/root.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkg/cli/commands/root.go b/pkg/cli/commands/root.go index 296d029..2115fc1 100644 --- a/pkg/cli/commands/root.go +++ b/pkg/cli/commands/root.go @@ -16,6 +16,8 @@ var svc *service.Services type Flags struct { interactive bool + limit int + title string description string status string