Allow to pass string list via Enviroment

Allow to pass comma-separated strings via Enviroment variables and store
them in a string slice.
This commit is contained in:
Ralf Haferkamp
2022-04-11 18:17:21 +02:00
parent e24a5a47d2
commit b0fb996b82
5 changed files with 74 additions and 12 deletions
+1
View File
@@ -52,6 +52,7 @@ require (
github.com/oklog/run v1.1.0
github.com/olekukonko/tablewriter v0.0.5
github.com/onsi/ginkgo v1.16.5
github.com/onsi/ginkgo/v2 v2.1.3
github.com/onsi/gomega v1.19.0
github.com/owncloud/libre-graph-api-go v0.13.3
github.com/pkg/errors v0.9.1