mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 01:24:05 +08:00
opt some
This commit is contained in:
parent
f545d36db4
commit
63ef3b6dab
2
exec.go
2
exec.go
@ -156,7 +156,7 @@ func (m *Message) Space(arg interface{}) []string {
|
|||||||
func (m *Message) PodCmd(arg ...interface{}) bool {
|
func (m *Message) PodCmd(arg ...interface{}) bool {
|
||||||
if pod := m.Option("pod"); pod != "" {
|
if pod := m.Option("pod"); pod != "" {
|
||||||
m.Option("pod", "")
|
m.Option("pod", "")
|
||||||
m.Cmd(append([]interface{}{"space", pod}, arg...))
|
m.Cmdy(append([]interface{}{"space", pod}, arg...))
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user