chore(scripts): disable SliceFlagSeparator (#212)

This commit is contained in:
Bo-Yi Wu 2022-12-25 15:48:42 +08:00 committed by GitHub
parent a568d2e551
commit ddf9ca3e6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ func main() {
} }
app := cli.NewApp() app := cli.NewApp()
app.DisableSliceFlagSeparator = true
app.Name = "Drone SSH" app.Name = "Drone SSH"
app.Usage = "Executing remote ssh commands" app.Usage = "Executing remote ssh commands"
app.Copyright = "Copyright (c) 2019 Bo-Yi Wu" app.Copyright = "Copyright (c) 2019 Bo-Yi Wu"