mirror of
https://shylinux.com/x/icebergs
synced 2025-04-25 17:18: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 {
|
||||
if pod := m.Option("pod"); pod != "" {
|
||||
m.Option("pod", "")
|
||||
m.Cmd(append([]interface{}{"space", pod}, arg...))
|
||||
m.Cmdy(append([]interface{}{"space", pod}, arg...))
|
||||
return true
|
||||
}
|
||||
return false
|
||||
|
Loading…
x
Reference in New Issue
Block a user