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

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

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"