This commit is contained in:
edoardottt
2025-04-09 14:09:25 +02:00
parent d8921f318e
commit 31711cf4ab
6 changed files with 16 additions and 8 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ import (
sliceUtils "github.com/edoardottt/cariddi/internal/slice"
)
// StringSlice is a custom flag type for []string
// StringSlice is a custom flag type for []string.
type StringSlice []string
func (s *StringSlice) String() string {