Revert "chore(scripts): disable SliceFlagSeparator (#212)"

This reverts commit ddf9ca3e6f.
This commit is contained in:
Bo-Yi Wu 2022-12-27 08:25:02 +08:00 committed by GitHub
parent ddf9ca3e6f
commit 1ccef98e48

View File

@ -25,7 +25,6 @@ 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"