From ddf9ca3e6f229019c0c5390db99cdf33fafd7932 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 25 Dec 2022 15:48:42 +0800 Subject: [PATCH] chore(scripts): disable SliceFlagSeparator (#212) --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 52df847..1a2ec60 100644 --- a/main.go +++ b/main.go @@ -25,6 +25,7 @@ func main() { } app := cli.NewApp() + app.DisableSliceFlagSeparator = true app.Name = "Drone SSH" app.Usage = "Executing remote ssh commands" app.Copyright = "Copyright (c) 2019 Bo-Yi Wu"