Command.usage

set the usage of command

  1. string usage()
  2. Self usage(string str)
    class Command
    usage
    (
    string str
    )

Parameters

str string

the usage string. if str is "", then will automatically generate the usage for command

Return Value

Type: Self

Self for chain call

Meta