add comments to fuctions.

make sure priority ranges form 0-4
This commit is contained in:
Robin Olsen
2026-02-09 19:13:46 +01:00
parent 3bf80ba859
commit 431f9e4f5d
4 changed files with 12 additions and 5 deletions

View File

@@ -14,6 +14,7 @@ import (
// Must be called before executing any commands to ensure services are available.
var svc *service.Services
// Flags struct to hold command-line flag values for issues.
type Flags struct {
interactive bool
limit int