TypedExample.hello

Undocumented in source. Be warned that the author may not have intended to support it.
class TypedExample
@CommandNamespace("typed")
@TypedCommand("hello", "Say hello to someone!", 1, 1)
string
hello
(
string name
)

Meta