This commit is contained in:
@ -187,8 +187,8 @@ func parseCmdArgs(args []string, isLocal bool) (bool, string) {
|
|||||||
)
|
)
|
||||||
|
|
||||||
if isLocal {
|
if isLocal {
|
||||||
if len(args) > 2 {
|
if len(args) > 3 {
|
||||||
return true, fmt.Sprintf("%s ", strings.Join(args[2:], " "))
|
return true, fmt.Sprintf("%s ", strings.Join(args[3:], " "))
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
if len(args) > 3 {
|
if len(args) > 3 {
|
||||||
|
Reference in New Issue
Block a user