mirror of
https://github.com/appleboy/drone-ssh.git
synced 2025-05-09 18:23:21 +08:00
Revert "chore(scripts): disable SliceFlagSeparator" (#215)
This commit is contained in:
parent
ddf9ca3e6f
commit
c8ecc03ef5
1
main.go
1
main.go
@ -25,7 +25,6 @@ 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"
|
||||||
|
Loading…
Reference in New Issue
Block a user