mirror of
https://github.com/joyieldInc/predixy.git
synced 2025-12-24 22:46:41 +08:00
Add a configuration for custom commands(conf/command.conf)
This commit is contained in:
parent
e290f27745
commit
7fb9187ded
@ -1,108 +0,0 @@
|
||||
CustomCommand {
|
||||
#
|
||||
hello.simple {
|
||||
minArgs 3
|
||||
maxArgs 3
|
||||
mode Read
|
||||
}
|
||||
#
|
||||
hello.push.native {
|
||||
minArgs 3
|
||||
maxArgs 3
|
||||
mode Read
|
||||
}
|
||||
#
|
||||
hello.push.call {
|
||||
minArgs 3
|
||||
maxArgs 3
|
||||
mode Read
|
||||
}
|
||||
#
|
||||
hello.push.call2 {
|
||||
minArgs 3
|
||||
maxArgs 3
|
||||
mode Read
|
||||
}
|
||||
#
|
||||
hello.list.sumlen {
|
||||
minArgs 3
|
||||
maxArgs 3
|
||||
mode Read
|
||||
}
|
||||
#
|
||||
hello.list.splice {
|
||||
minArgs 3
|
||||
maxArgs 3
|
||||
mode Read
|
||||
}
|
||||
#
|
||||
hello.list.splice.auto {
|
||||
minArgs 3
|
||||
maxArgs 3
|
||||
mode Read
|
||||
}
|
||||
#
|
||||
hello.ran.array {
|
||||
minArgs 3
|
||||
maxArgs 3
|
||||
mode Read
|
||||
}
|
||||
#
|
||||
hello.repl1 {
|
||||
minArgs 3
|
||||
maxArgs 3
|
||||
mode Read
|
||||
}
|
||||
#
|
||||
hello.repl2 {
|
||||
minArgs 3
|
||||
maxArgs 3
|
||||
mode Read
|
||||
}
|
||||
#
|
||||
hello.toggle.case {
|
||||
minArgs 3
|
||||
maxArgs 3
|
||||
mode Read
|
||||
}
|
||||
#
|
||||
hello.more.expire {
|
||||
minArgs 3
|
||||
maxArgs 3
|
||||
mode Read
|
||||
}
|
||||
#
|
||||
hello.lexrange {
|
||||
minArgs 3
|
||||
maxArgs 3
|
||||
mode Read
|
||||
}
|
||||
#
|
||||
hello.hcopy {
|
||||
minArgs 3
|
||||
maxArgs 3
|
||||
mode Read
|
||||
}
|
||||
#
|
||||
hello.leftpad {
|
||||
minArgs 3
|
||||
maxArgs 3
|
||||
mode Read
|
||||
}
|
||||
# hellotype.insert key value
|
||||
hello.insert {
|
||||
minArgs 3
|
||||
maxArgs 3
|
||||
}
|
||||
# hellotype.range key first count
|
||||
hellotype.range {
|
||||
minArgs 4
|
||||
maxArgs 4
|
||||
mode Read
|
||||
}
|
||||
# hellotype.len key
|
||||
hello.len {
|
||||
mode Read
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user