cmd: fix wrong parameter parsing

This commit is contained in:
Adnan Zahir
2026-04-24 00:54:20 +07:00
parent 5bfd93e300
commit 7c4664844c
+3 -3
View File
@@ -19,9 +19,9 @@ const (
outputTable = "table" outputTable = "table"
outputJSON = "json" outputJSON = "json"
caseA = "A" caseA = "A"
caseB = "B" caseB = "B"
caseAll = "all" caseAll = "ALL"
) )
type options struct { type options struct {